Commit f5cbf64a by LJM

css

parent 58c40dc3
Showing with 4 additions and 2 deletions
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
}, },
methods: { methods: {
getData() { getData() {
this.request(Cube_Url + '/activity/getInfo', 'GET', { id: 58 }, true, true).then(res => { this.request(Cube_Url + '/api/activity/getInfo', 'GET', { id: 58 }, true, true).then(res => {
if (res.err_code === 0) { if (res.err_code === 0) {
} }
}); });
......
...@@ -34,5 +34,6 @@ module.exports = { ...@@ -34,5 +34,6 @@ module.exports = {
Api_Es, Api_Es,
Api_ES_Go, Api_ES_Go,
Code_Url, Code_Url,
Oss_Url Oss_Url,
Cube_Url
} }
\ No newline at end of file
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 sign in to comment