Commit 054e6eeb authored by zhengke's avatar zhengke

修改

parent f3155b69
...@@ -49,15 +49,20 @@ module.exports = function (ctx) { ...@@ -49,15 +49,20 @@ module.exports = function (ctx) {
env: ctx.dev ? { env: ctx.dev ? {
//API: 'http://192.168.1.36:8300/api' //API: 'http://192.168.1.36:8300/api'
// API: 'https://localhost:5001/api', // API: 'https://localhost:5001/api',
API: 'http://192.168.20.51:8088/api', // API: 'http://192.168.20.51:8088/api',
// API: 'http://192.168.20.24:8300/api',
API: 'https://eduapi.oytour.com/api',
// API: 'http://testeduapi.oytour.com/api', // API: 'http://testeduapi.oytour.com/api',
// API: 'http://192.168.20.9:8085/api', // API: 'http://192.168.20.9:8085/api',
// API: 'http://192.168.20.7:8085/api',
// API: 'http://192.168.20.17:8017/api', // API: 'http://192.168.20.17:8017/api',
// API: 'http://eduapi.oytour.com/api' // API: 'http://192.168.20.51:8088/api',
// API: 'http://eduapi.oytour.com/api',
API_ZC:'http://192.168.20.9:8087/api', API_ZC:'http://192.168.20.9:8087/api',
API_SK:'ws:192.168.20.214:' API_SK:'ws:192.168.20.214:'
} : { } : {
API: 'http://eduapi.oytour.com/api', API: 'https://eduapi.oytour.com/api',
API_ZC:'http://propertyedu.oytour.com/api', API_ZC:'http://propertyedu.oytour.com/api',
API_SK:'ws://47.96.23.199:' API_SK:'ws://47.96.23.199:'
}, },
......
...@@ -94,7 +94,8 @@ ...@@ -94,7 +94,8 @@
Money: 0, Money: 0,
Type: 1, //1为电子合同签字 2为退课协议签字 Type: 1, //1为电子合同签字 2为退课协议签字
BackMsg: { BackMsg: {
Id: 0 Id: 0,
sign:''
} }
}; };
}, },
...@@ -221,6 +222,7 @@ ...@@ -221,6 +222,7 @@
var dataurl = canvas1.toDataURL(type); var dataurl = canvas1.toDataURL(type);
// _this.basedata = dataurl; // _this.basedata = dataurl;
_this.msg.Sign = canvas1.toDataURL(type); _this.msg.Sign = canvas1.toDataURL(type);
_this.BackMsg.sign = canvas1.toDataURL(type);
_this.SaveMsg(); _this.SaveMsg();
}; };
}; };
...@@ -260,7 +262,7 @@ ...@@ -260,7 +262,7 @@
this.$router.push({ this.$router.push({
path: '/courseRefundH5', path: '/courseRefundH5',
query: { query: {
Id: this.BackMsg.Id, Id: this.BackMsg.Id
} }
}); });
} }
......
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