Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-09-06 17:54:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e3be8be8088cc2e086f1f670154f45c0507f80d7
e3be8be8
1 parent
2ecbf0e3
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
src/settings.js
src/settings.js
View file @
e3be8be
module
.
exports
=
{
title
:
"IMAC后台管理系统"
,
title
:
'IMAC后台管理系统'
,
/**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
*/
sideTheme
:
"theme-dark"
,
sideTheme
:
'theme-dark'
,
/**
* 是否系统布局配置
...
...
@@ -37,27 +37,27 @@ module.exports = {
* The default is only used in the production env
* If you want to also use it in dev, you can pass ['production', 'development']
*/
errorLog
:
"production"
,
errorLog
:
'production'
,
/**
* logout
*/
loginURL
:
"http://47.103.140.98/test/login"
,
logoutURL
:
"http://47.103.140.98/test/login"
,
* logout
*/
loginURL
:
'https://test-myapps.secure.fedex.com/L2/iMAC/'
,
logoutURL
:
'https://test-myapps.secure.fedex.com/logout'
,
/**
* 后端接口
*/
baseURL
:
`http
://47.103.140.98:7001
/iMAC`
,
downLoadURL
:
`http
://47.103.140.98:7001/iMAC`
,
baseURL
:
`http
s://imacuat.zmd.apac.fedex.com
/iMAC`
,
downLoadURL
:
`http
s://imacuat.zmd.apac.fedex.com/iMAC`
,
//下载、导出地址
/**
* 项目存放地址
*/
routerBase
:
"/test"
,
routerBase
:
'/imacuat'
,
/**
* 版本号
*/
version
:
"version:2.0.0"
,
}
;
version
:
'version:2.0.0'
}
...
...
Please
register
or
login
to post a comment