Commit 54d52ab8 authored by IvyXia123's avatar IvyXia123

支付提交

parent a37b8423
...@@ -29,7 +29,7 @@ module.exports = { ...@@ -29,7 +29,7 @@ module.exports = {
assetsPublicPath: '/', assetsPublicPath: '/',
proxyTable: { proxyTable: {
'/api': { '/api': {
target: 'https://wechat-pre.changchangenglish.com', target: 'https://wechat-test.changchangenglish.com',
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置 changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
} }
}, },
......
...@@ -11,4 +11,4 @@ ...@@ -11,4 +11,4 @@
position: fixed; position: fixed;
background: #f4f4f4; background: #f4f4f4;
} }
/* html{font-size: 1px;} */</style><link href=static/css/app.f983055a19b69eb54137ee36031e8a72.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script></script><script type=text/javascript src=static/js/manifest.264c50a0ebe6e6cc7af8.js></script><script type=text/javascript src=static/js/vendor.0c1d6ebbba685002d59c.js></script><script type=text/javascript src=static/js/app.bbf2e8170bc89c783281.js></script></body></html> /* html{font-size: 1px;} */</style><link href=static/css/app.f983055a19b69eb54137ee36031e8a72.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script></script><script type=text/javascript src=static/js/manifest.264c50a0ebe6e6cc7af8.js></script><script type=text/javascript src=static/js/vendor.0c1d6ebbba685002d59c.js></script><script type=text/javascript src=static/js/app.d64183541ae3d7fbf23c.js></script></body></html>
\ No newline at end of file \ No newline at end of file
...@@ -64,10 +64,10 @@ if(window.localStorage.out_trade_no) { ...@@ -64,10 +64,10 @@ if(window.localStorage.out_trade_no) {
router.push({ name: "success", query: outTradEno }); router.push({ name: "success", query: outTradEno });
} }
clearInterval(timer); clearInterval(timer);
// localStorage.removeItem('out_trade_no') localStorage.removeItem('out_trade_no')
}).catch(() => { }).catch(() => {
clearInterval(timer); clearInterval(timer);
// localStorage.removeItem('out_trade_no') localStorage.removeItem('out_trade_no')
}); });
} }
}).catch(error => { }).catch(error => {
......
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