Skip to content

Commit 4bd47fd

Browse files
committed
update concat information
1 parent ee8ffed commit 4bd47fd

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed
755 KB
Loading

web/src/apps/streamis/module/jobList/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

web/vue.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)