Commit e479a159 authored by 程卓's avatar 程卓

更新浦东子项目路由

parent 14a69b62
......@@ -44,7 +44,7 @@ async function GetRoutes(router) {
break
default: // 当前仅可使用pudong / xuhui-sit/uat进行打包
MicRouters = xuhui
MicRouters = pudong
break
}
......
......@@ -38,11 +38,15 @@
},
{
"path": "/pudong/complaintPath", "name": "complaintPath",
"meta": { "title": "投诉直通车", "menuPath": true, "menuIcon": "profile", "hideInBread": true },
"meta": { "title": "投诉信息", "menuPath": true, "menuIcon": "profile", "hideInBread": true },
"children": [
{
"path": "/pudong/complaintPath/complaintList", "name": "complaintList",
"meta": { "title": "投诉列表", "menuPath": true, "menuIcon": "profile", "hideInBread": false }
"meta": { "title": "投诉直通车列表", "menuPath": true, "menuIcon": "profile", "hideInBread": false }
},
{
"path": "/complaintPath/complaint12345TEL", "name": "complaint12345TEL",
"meta": { "title": "12345热线列表", "menuPath": true, "menuIcon": "profile", "hideInBread": false }
}
]
},
......
......@@ -61,9 +61,9 @@ case 'huangpu-prod':
default: // 默认环境下(开发环境)
// BASE_URL = 'http://31.0.161.39/apiv2'
// BASE_URL = 'http://211.136.105.193/apiv2'
BASE_URL = 'http://211.136.105.193/apiv2'
// BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2'
BASE_URL = 'http://pudong.hm.omniview.pro/api/v2'
// BASE_URL = 'http://pudong.hm.omniview.pro/api/v2'
// BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2'
// MOCK_URL = 'https://yapi.omniview.pro/mock/278'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment