|
@@ -1,7 +1,7 @@
|
|
|
module.exports = {
|
|
|
title: '招商引资管理系统',
|
|
|
- // urls: 'http://47.99.82.249:80',
|
|
|
- urls: 'http://192.168.101.11:8010',
|
|
|
+ urls: 'http://47.99.82.249:80',
|
|
|
+ // urls: 'http://192.168.101.11:8010',
|
|
|
|
|
|
/**
|
|
|
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
|
|
@@ -35,6 +35,6 @@ module.exports = {
|
|
|
* If you want to also use it in dev, you can pass ['production', 'development']
|
|
|
*/
|
|
|
errorLog: 'production',
|
|
|
- apiUrl: 'http://192.168.101.11:8010'
|
|
|
- // apiUrl: 'http://47.99.82.249:80'
|
|
|
+ // apiUrl: 'http://192.168.101.11:8010'
|
|
|
+ apiUrl: 'http://47.99.82.249:80'
|
|
|
}
|