Browse Source

修改地址为新企事业

dufeng 1 năm trước cách đây
mục cha
commit
4a3e9db8e6
3 tập tin đã thay đổi với 6 bổ sung3 xóa
  1. 1 0
      mixins/list.js
  2. 3 2
      pages/workflowTask/webviewPages/webview.js
  3. 2 1
      utils/constant.js

+ 1 - 0
mixins/list.js

@@ -184,6 +184,7 @@ export default {
 					this.list = replace ? res.data : this.list.concat(res.data)
 					this.page = res.page
 					this.page.pageIndex++
+                    console.log('获取到的数据列表是',this.list)
 				} else {
 					this.showToast(res.msg)
 				}

+ 3 - 2
pages/workflowTask/webviewPages/webview.js

@@ -1,8 +1,9 @@
 export default {
 	data() {
 		return {
-			webviewServer: 'http://tq.5000v.com:8025/workflow',
-			// webviewServer: 'http://192.168.31.107:9529/workflow',
+			// webviewServer: 'http://tq.5000v.com:8025/workflow',
+			// webviewServer: 'http://tq.5000v.com:8032/workflow',
+			webviewServer: 'http://192.168.31.108:9529/workflow',
 			authtoken: uni.getStorageSync('authtoken')
 		};
 	}

+ 2 - 1
utils/constant.js

@@ -11,7 +11,8 @@ const BASE_URL = '/wf-api'
 
 // 后端多环境配置
 const hostConfig = {
-	dev: "http://tq.5000v.com:8025",
+	dev: "http://tq.5000v.com:8032",
+	// dev: "http://tq.5000v.com:8025",
 	test: "",
 	prod: ""
 }