dufeng 1 year ago
parent
commit
6a59960f84
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/workflowTask/webviewPages/webview.js

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

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