diff --git a/.env.development b/.env.development index a131d50..9fe5dbd 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,6 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'https://leyitest.ali251.langye.net' +VUE_APP_BASE_API = 'http://gb-test.ali251.langye.net' -#VUE_APP_BASE_API = 'https://leyiyuyue.szgmbwg.org.cn' +#VUE_APP_BASE_API = 'http://gb-test.ali251.langye.net' diff --git a/.env.production b/.env.production index 847ebaa..9a21d6c 100644 --- a/.env.production +++ b/.env.production @@ -3,5 +3,5 @@ ENV = 'production' # base api -#VUE_APP_BASE_API = 'https://leyitest.ali251.langye.net' -VUE_APP_BASE_API = 'https://leyiyuyue.szgmbwg.org.cn' +#VUE_APP_BASE_API = 'http://gb-test.ali251.langye.net' +VUE_APP_BASE_API = 'http://gb-test.ali251.langye.net' diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index fa020ff..5986e48 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -8,7 +8,7 @@ - “革命博物馆”预约管理系统 + 苏州革命博物馆预约管理系统 diff --git a/src/settings.js b/src/settings.js index 983187e..6f3c7d2 100644 --- a/src/settings.js +++ b/src/settings.js @@ -1,6 +1,6 @@ module.exports = { - title: '“革命博物馆”预约系统', + title: '苏州革命博物馆预约系统', /** * @type {boolean} true | false diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 8d22f5f..8904c83 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -37,7 +37,7 @@
diff --git a/src/views/order/message.vue b/src/views/order/message.vue index 88f2a5f..a31a105 100644 --- a/src/views/order/message.vue +++ b/src/views/order/message.vue @@ -241,7 +241,7 @@ paramesObj: { name: "乐益大讲堂”第二讲《中国载人航天》", time: "5月2日(本周二)14:00-16:00", - address: "“革命博物馆”预约系统" + address: "苏州革命博物馆预约系统" }, rules: { diff --git a/vue.config.js b/vue.config.js index 746e3ef..7c6d961 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,7 +6,7 @@ function resolve(dir) { return path.join(__dirname, dir) } -const name = defaultSettings.title || '“革命博物馆”预约系统' // page title +const name = defaultSettings.title || '苏州革命博物馆预约系统' // page title // If your port is set to 80, // use administrator privileges to execute the command line.