Commit 0bcc6876 authored by 程卓's avatar 程卓

配置浦东子项目路由

parent ed81a11a
...@@ -38,15 +38,15 @@ ...@@ -38,15 +38,15 @@
}, },
{ {
"path": "/pudong/complaintPath", "name": "complaintPath", "path": "/pudong/complaintPath", "name": "complaintPath",
"meta": { "title": "投诉直通车", "menuPath": true, "menuIcon": "profile", "hideInBread": true }, "meta": { "title": "投诉信息", "menuPath": true, "menuIcon": "profile", "hideInBread": true },
"children": [ "children": [
{ {
"path": "/pudong/complaintPath/complaintList", "name": "complaintList", "path": "/pudong/complaintPath/complaintList", "name": "complaintList",
"meta": { "title": "投诉列表", "menuPath": true, "menuIcon": "profile", "hideInBread": false } "meta": { "title": "投诉列表", "menuPath": true, "menuIcon": "profile", "hideInBread": false }
}, },
{ {
"path": "/pudong/complaintPath/repeatComplaintList", "name": "repeatComplaintList", "path": "/pudong/complaintPath/complaint12345TEL", "name": "complaint12345TEL",
"meta": { "title": "重复投诉列表", "menuPath": true, "menuIcon": "profile", "hideInBread": false } "meta": { "title": "12345热线列表", "menuPath": true, "menuIcon": "profile", "hideInBread": false }
} }
] ]
}, },
......
...@@ -8,7 +8,7 @@ let BASE_URL = '', MOCK_URL='', ...@@ -8,7 +8,7 @@ let BASE_URL = '', MOCK_URL='',
switch (process.env.NODE_ENV) { switch (process.env.NODE_ENV) {
case 'devol': // 本地线上部署环境下 case 'devol': // 本地线上部署环境下
// BASE_URL = 'http://search.omniview.pro/api' // BASE_URL = 'http://search.omniview.pro/api'
BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2' BASE_URL = 'http://pudong.hm.omniview.pro/api/v2'
// BASE_URL = 'http://hm.omniview.pro/api' // BASE_URL = 'http://hm.omniview.pro/api'
break break
......
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