yusheng 3 weeks ago
parent
commit
eb47af1192
3 changed files with 3 additions and 3 deletions
  1. 1 1
      package.json
  2. 1 1
      src/config/setting.js
  3. 1 1
      vue.config.js

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "page-cctv",
+  "name": "page-yms",
   "version": "1.11.2",
   "private": true,
   "scripts": {

+ 1 - 1
src/config/setting.js

@@ -15,7 +15,7 @@ export const HIDE_FOOTERS = [
 ];
 
 // 系统名称
-export const SYSTEM_NAME = 'cctv';
+export const SYSTEM_NAME = 'yms';
 
 // 页签同路由不同参数可重复打开的路由
 export const REPEATABLE_TABS = [];

+ 1 - 1
vue.config.js

@@ -8,7 +8,7 @@ function resolve(dir) {
 }
 
 module.exports = {
-  publicPath: '/cctv',
+  publicPath: '/yms',
   lintOnSave: false,
   outputDir: 'dist',
   productionSourceMap: false,