Commit 1abe6ab9 authored by 肖健's avatar 肖健

更改为非token请求

parent b54fbe9f
...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
url: '/app/index/free/code', url: '/app/index/free/code',
method: 'get' method: 'get'
}; };
this.http.httpTRequest(opts, {}).then(res => { this.http.httpRequest(opts, {}).then(res => {
if (res.data.code == 200) { if (res.data.code == 200) {
this.freeCode = res.data.data this.freeCode = res.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