|
@@ -1,13 +1,4 @@
|
|
|
const APIV1 = '/api/v1'
|
|
|
-<<<<<<< HEAD:UI/src/utils/config3.js
|
|
|
-const APIV2 = '/api/v2'
|
|
|
-const APIV3 = 'http://localhost:8004'
|
|
|
-const APIV4 = 'http://192.168.50.32:8006'
|
|
|
-
|
|
|
-const APIV3Auth = 'http://192.168.50.32:8031'
|
|
|
-const WXAPIV5= 'http://192.168.50.32:7000'
|
|
|
-const WXMpAPI= 'http://192.168.50.39:8081'
|
|
|
-=======
|
|
|
const APIV2 = '/api/v2'
|
|
|
const APIV3 = 'http://localhost:8004'
|
|
|
const APIV4 = 'http://localhost:8005'
|
|
@@ -15,7 +6,6 @@ const APIV4 = 'http://localhost:8005'
|
|
|
const APIV3Auth = 'http://119.130.113.245:8030'
|
|
|
const WXAPIV5= 'http://219.128.77.86:7000'
|
|
|
const WXMpAPI= 'http://219.128.77.86:7001'
|
|
|
->>>>>>> c97d7347d902fd4acbf66d00529289de585787e1:UI/src/utils/config3.js
|
|
|
module.exports = {
|
|
|
name: '亮健营销平台',
|
|
|
prefix: 'bird',
|
|
@@ -24,17 +14,6 @@ module.exports = {
|
|
|
iconFontCSS: '/iconfont.css',
|
|
|
iconFontJS: '/iconfont.js',
|
|
|
CORS: [
|
|
|
-<<<<<<< HEAD:UI/src/utils/config3.js
|
|
|
- 'http://localhost:8031',
|
|
|
- 'http://192.168.50.32:8031',
|
|
|
- 'http://localhost:8081',
|
|
|
- 'http://192.168.50.32:8081',
|
|
|
- 'http://192.168.50.39:8081',
|
|
|
- 'http://localhost:7000',
|
|
|
- 'http://localhost:8000',
|
|
|
- 'http://localhost:8004',
|
|
|
- 'http://192.168.50.32:8006'],
|
|
|
-=======
|
|
|
'http://localhost:8000',
|
|
|
'http://localhost:8004',
|
|
|
'http://localhost:8005',
|
|
@@ -43,7 +22,6 @@ module.exports = {
|
|
|
'http://219.128.77.86:7000',
|
|
|
'http://219.128.77.86:7001',
|
|
|
],
|
|
|
->>>>>>> c97d7347d902fd4acbf66d00529289de585787e1:UI/src/utils/config3.js
|
|
|
|
|
|
openPages: ['/login','/'],
|
|
|
apiPrefix: '/api/v1',
|
|
@@ -82,8 +60,5 @@ module.exports = {
|
|
|
|
|
|
permissions:`${APIV3Auth}/ums/oauth2/list/permission?types=2`,
|
|
|
},
|
|
|
-<<<<<<< HEAD:UI/src/utils/config3.js
|
|
|
-=======
|
|
|
APIV4,
|
|
|
->>>>>>> c97d7347d902fd4acbf66d00529289de585787e1:UI/src/utils/config3.js
|
|
|
}
|