diff --git a/.env.development b/.env.development
index 1953aec..ec28748 100644
--- a/.env.development
+++ b/.env.development
@@ -2,7 +2,7 @@
NODE_ENV = development
# 标题
-VUE_APP_TITLE = Ansnid
+VUE_APP_TITLE = X-PHP
# 本地端口
VUE_APP_PORT = 2800
\ No newline at end of file
diff --git a/.env.production b/.env.production
index d8aeb42..92e0245 100644
--- a/.env.production
+++ b/.env.production
@@ -2,4 +2,4 @@
NODE_ENV = production
# 标题
-VUE_APP_TITLE = Ansnid
\ No newline at end of file
+VUE_APP_TITLE = X-PHP
\ No newline at end of file
diff --git a/src/components/xForm/item.vue b/src/components/xForm/item.vue
index 8a5cf55..1219e60 100644
--- a/src/components/xForm/item.vue
+++ b/src/components/xForm/item.vue
@@ -85,7 +85,7 @@
-
+
diff --git a/src/config/index.js b/src/config/index.js
index 12ee932..02e8f1c 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -12,7 +12,7 @@ const DEFAULT_CONFIG = {
CORE_VER: "1.6.9",
//接口地址
- API_URL: 'https://app.gter.net/adminApi',
+ API_URL: 'https://app.gter.net/admin',
//请求超时
TIMEOUT: 10000,
diff --git a/src/views/system/stat/index.vue b/src/views/system/stat/index.vue
index 229f677..e5e16ce 100644
--- a/src/views/system/stat/index.vue
+++ b/src/views/system/stat/index.vue
@@ -101,7 +101,7 @@
loaddata(){
//判断是否开启自定义列
if(this.statName) {
- this.$http.get('app/stat/get', { name: this.statName,date:this.date }).then((res) => {
+ this.$http.get('stat/admin/get', { name: this.statName,date:this.date }).then((res) => {
if (res.code == 200) {
Object.assign(this.$data, res.data);
this.dateType = '';