@@ -1,5 +1,5 @@
{
- "name": "page-cctv",
+ "name": "page-yms",
"version": "1.11.2",
"private": true,
"scripts": {
@@ -15,7 +15,7 @@ export const HIDE_FOOTERS = [
];
// 系统名称
-export const SYSTEM_NAME = 'cctv';
+export const SYSTEM_NAME = 'yms';
// 页签同路由不同参数可重复打开的路由
export const REPEATABLE_TABS = [];
@@ -8,7 +8,7 @@ function resolve(dir) {
}
module.exports = {
- publicPath: '/cctv',
+ publicPath: '/yms',
lintOnSave: false,
outputDir: 'dist',
productionSourceMap: false,