diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index aa449a1..fa020ff 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 e337d30..983187e 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 c30c711..8d22f5f 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 dccc237..88f2a5f 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: "中共苏州独立支部旧址(体育场路4号)一楼报告厅" + address: "“革命博物馆”预约系统" }, rules: { diff --git a/vue.config.js b/vue.config.js index 9c8ec10..746e3ef 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.