Showing
1 changed file
with
10 additions
and
10 deletions
| 1 | module.exports = { | 1 | module.exports = { |
| 2 | - title: 'IMAC后台管理系统', | 2 | + title: "IMAC后台管理系统", |
| 3 | 3 | ||
| 4 | /** | 4 | /** |
| 5 | * 侧边栏主题 深色主题theme-dark,浅色主题theme-light | 5 | * 侧边栏主题 深色主题theme-dark,浅色主题theme-light |
| 6 | */ | 6 | */ |
| 7 | - sideTheme: 'theme-dark', | 7 | + sideTheme: "theme-dark", |
| 8 | 8 | ||
| 9 | /** | 9 | /** |
| 10 | * 是否系统布局配置 | 10 | * 是否系统布局配置 |
| ... | @@ -37,27 +37,27 @@ module.exports = { | ... | @@ -37,27 +37,27 @@ module.exports = { |
| 37 | * The default is only used in the production env | 37 | * The default is only used in the production env |
| 38 | * If you want to also use it in dev, you can pass ['production', 'development'] | 38 | * If you want to also use it in dev, you can pass ['production', 'development'] |
| 39 | */ | 39 | */ |
| 40 | - errorLog: 'production', | 40 | + errorLog: "production", |
| 41 | 41 | ||
| 42 | /** | 42 | /** |
| 43 | * logout | 43 | * logout |
| 44 | */ | 44 | */ |
| 45 | - loginURL: 'https://test-myapps.secure.fedex.com/L2/iMAC/', | 45 | + loginURL: "http://47.103.140.98/test/login", |
| 46 | - logoutURL: 'https://test-myapps.secure.fedex.com/logout', | 46 | + logoutURL: "http://47.103.140.98/test/login", |
| 47 | 47 | ||
| 48 | /** | 48 | /** |
| 49 | * 后端接口 | 49 | * 后端接口 |
| 50 | */ | 50 | */ |
| 51 | - baseURL: `https://imacuat.zmd.apac.fedex.com/iMAC`, | 51 | + baseURL: `http://47.103.140.98:7001/iMAC`, |
| 52 | - downLoadURL: `https://imacuat.zmd.apac.fedex.com/iMAC`,//下载、导出地址 | 52 | + downLoadURL: `http://47.103.140.98:7001/iMAC`, |
| 53 | 53 | ||
| 54 | /** | 54 | /** |
| 55 | * 项目存放地址 | 55 | * 项目存放地址 |
| 56 | */ | 56 | */ |
| 57 | - routerBase: '/imacuat', | 57 | + routerBase: "/test", |
| 58 | 58 | ||
| 59 | /** | 59 | /** |
| 60 | * 版本号 | 60 | * 版本号 |
| 61 | */ | 61 | */ |
| 62 | - version: 'version:2.0.0' | 62 | + version: "version:2.0.0", |
| 63 | -} | 63 | +}; | ... | ... |
-
Please register or login to post a comment