geek 4 lat temu
rodzic
commit
bc9df6c8ee
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      src/settings.js
  2. 1 1
      vue.config.js

+ 1 - 1
src/settings.js

@@ -1,6 +1,6 @@
 module.exports = {
 
-  title: '阿姨合伙人',
+  title: '沪上阿姨网站后台',
 
   /**
    * @type {boolean} true | false

+ 1 - 1
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.