|
@@ -1,8 +1,9 @@
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
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')
|
|
authtoken: uni.getStorageSync('authtoken')
|
|
};
|
|
};
|
|
}
|
|
}
|