Commit 17e37a58 by 李耀琨

更新代码

parent cb3ef275
...@@ -14,9 +14,9 @@ ENV = 'development' ...@@ -14,9 +14,9 @@ ENV = 'development'
# 接口地址 # 接口地址
VUE_APP_BASE_API = 'http://192.168.0.25:9889' VUE_APP_BASE_API = 'http://192.168.0.21:9889'
VUE_APP_WS_API = 'ws://192.168.0.25:9889' VUE_APP_WS_API = 'ws://192.168.0.21:9889'
VUE_APP_FILE_API = 'http://192.168.0.25:9889' VUE_APP_FILE_API = 'http://192.168.0.21:9889'
......
...@@ -80,7 +80,7 @@ Vue.config.productionTip = false ...@@ -80,7 +80,7 @@ Vue.config.productionTip = false
const baseUrl = process.env.VUE_APP_BASE_API === '/' ? '' : process.env.VUE_APP_BASE_API const baseUrl = process.env.VUE_APP_BASE_API === '/' ? '' : process.env.VUE_APP_BASE_API
// Vue.prototype.etlWeb = "http://147.1.3.180:9888/ETLWEB-SERVER/etlweb/" // Vue.prototype.etlWeb = "http://147.1.3.180:9888/ETLWEB-SERVER/etlweb/"
// Vue.prototype.etlWeb = "http://192.168.0.24:9888/ETLWEB-SERVER/etlweb/" // Vue.prototype.etlWeb = "http://192.168.0.24:9888/ETLWEB-SERVER/etlweb/"
Vue.prototype.etlWeb = "http://192.168.0.25:9889/ETLWEB-SERVER/etlweb/" Vue.prototype.etlWeb = "http://192.168.0.21:9889/ETLWEB-SERVER/etlweb/"
new Vue({ new Vue({
......
...@@ -89,7 +89,7 @@ export default { ...@@ -89,7 +89,7 @@ export default {
// prefix:'http://192.168.0.2:9700/etlweb/', // prefix:'http://192.168.0.2:9700/etlweb/',
// prefix:`http://147.1.3.180:9888/ETLWEB-SERVER/etlweb/`, // prefix:`http://147.1.3.180:9888/ETLWEB-SERVER/etlweb/`,
// prefix:`http://192.168.0.24:9888/ETLWEB-SERVER/etlweb/`, // prefix:`http://192.168.0.24:9888/ETLWEB-SERVER/etlweb/`,
prefix:`http://192.168.0.25:9889/ETLWEB-SERVER/etlweb/`, prefix:`http://192.168.0.21:9889/ETLWEB-SERVER/etlweb/`,
// 测试数据开始===== // 测试数据开始=====
jobTreeList: [ jobTreeList: [
......
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