File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
src/apps/streamis/module/jobList Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -771,7 +771,7 @@ export default {
771771 pageSize: parseInt (pageSize) || 10 ,
772772 })
773773 this .getJobList (false )
774- this .knowledgeLibraryUrl = window .knowledgeLibraryUrl || ' http://kn.dss.weoa.com /'
774+ this .knowledgeLibraryUrl = window .knowledgeLibraryUrl || ' http://127.0.0.1:80 /'
775775 this .enableUpload = window .enableUpload
776776 },
777777 methods: {
@@ -1689,4 +1689,4 @@ export default {
16891689.joblist-table-ivu-select-dropdown {
16901690 max-height : 400px ;
16911691}
1692- </style >
1692+ </style >
Original file line number Diff line number Diff line change @@ -124,10 +124,7 @@ module.exports = {
124124 port : 8080 ,
125125 proxy : {
126126 '/api' : {
127- target : 'http://sit.dss.bdp.weoa.com' ,
128- // target: 'http://10.107.97.166:9188',
129- // target: 'http://172.24.2.230:9400',
130- // target: 'http://10.107.119.46:8088',
127+ target : 'http://127.0.0.1' ,
131128 changeOrigin : true ,
132129 pathRewrite : {
133130 //'^/api': '/mock/15/api'
You can’t perform that action at this time.
0 commit comments