830

parent cd89a367
...@@ -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.06320bc7b226963a0ea3.js></script><script type=text/javascript src=static/js/vendor.25be221f36f388c88178.js></script><script type=text/javascript src=static/js/app.c1fd4355e486e026fd8a.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.06320bc7b226963a0ea3.js></script><script type=text/javascript src=static/js/vendor.eb2fd737d78619d0ba95.js></script><script type=text/javascript src=static/js/app.5c9c5270cde6f6c592ec.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
This diff is collapsed.
...@@ -41,9 +41,9 @@ Vue.component('scroll', scroll); ...@@ -41,9 +41,9 @@ Vue.component('scroll', scroll);
// } // }
Vue.prototype.$common = common Vue.prototype.$common = common
// if (process.env.NODE_ENV != 'production') { if (process.env.NODE_ENV != 'production') {
// new VConsole(); new VConsole();
// } }
router.beforeEach((to, from, next) => { router.beforeEach((to, from, next) => {
next() next()
......
...@@ -175,7 +175,7 @@ export function fetch(url, params = {}) { ...@@ -175,7 +175,7 @@ export function fetch(url, params = {}) {
// console.log(url) // console.log(url)
// console.log(process.env.API_URL+'api/client/user/bind/chance') // console.log(process.env.API_URL+'api/client/user/bind/chance')
if(url == process.env.API_URL+'api/client/user/bind/chance'||url == process.env.API_URL+'api/client/me'){ if(url == process.env.API_URL+'api/client/user/bind/chance'||url == process.env.API_URL+'api/client/me'){
alert(response.data.code+'url') alert(response.data.code+url)
} }
if (response.data.code === 200) { if (response.data.code === 200) {
resolve(response.data.data); resolve(response.data.data);
......
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