|
|
@@ -11,8 +11,8 @@ export default {
|
|
|
components: {},
|
|
|
data() {
|
|
|
return {
|
|
|
- wordUrl:'http://192.168.0.127/flowablePc/#/getMyJoinProcint?token='+getToken(),
|
|
|
- // wordUrl:window.location.protocol+'//'+window.location.host+'/flowablePc/#/getMyJoinProcint?token='+getToken(),
|
|
|
+ // wordUrl:'http://192.168.0.127/flowablePc/#/getMyJoinProcint?token='+getToken(),
|
|
|
+ wordUrl:window.location.protocol+'//'+window.location.host+'/flowablePc/#/getMyJoinProcint?token='+getToken(),
|
|
|
};
|
|
|
},
|
|
|
};
|