Skip to content

Commit

Permalink
update concat information
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexkun committed Dec 27, 2024
1 parent ee8ffed commit 4bd47fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Binary file modified images/zh_CN/readme/communication.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions web/src/apps/streamis/module/jobList/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ export default {
pageSize: parseInt(pageSize) || 10,
})
this.getJobList(false)
this.knowledgeLibraryUrl = window.knowledgeLibraryUrl || 'http://kn.dss.weoa.com/'
this.knowledgeLibraryUrl = window.knowledgeLibraryUrl || 'http://127.0.0.1:80/'
this.enableUpload = window.enableUpload
},
methods: {
Expand Down Expand Up @@ -1689,4 +1689,4 @@ export default {
.joblist-table-ivu-select-dropdown{
max-height: 400px;
}
</style>
</style>
5 changes: 1 addition & 4 deletions web/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,7 @@ module.exports = {
port: 8080,
proxy: {
'/api': {
target: 'http://sit.dss.bdp.weoa.com',
// target: 'http://10.107.97.166:9188',
// target: 'http://172.24.2.230:9400',
// target: 'http://10.107.119.46:8088',
target: 'http://127.0.0.1',
changeOrigin: true,
pathRewrite: {
//'^/api': '/mock/15/api'
Expand Down

0 comments on commit 4bd47fd

Please sign in to comment.