diff --git a/apis/index.js b/apis/index.js index d8664da..c41a1db 100644 --- a/apis/index.js +++ b/apis/index.js @@ -9,11 +9,11 @@ import store from '@/store' // 基础配置 const config = { - // apiUrl : 'https://oapi.lianshang.vip/api/', - // apiUrls : 'https://oapi.lianshang.vip/', + apiUrl : 'https://oapi.lianshang.vip/api/', + apiUrls : 'https://oapi.lianshang.vip/', - apiUrl : 'http://api.ahxh.shangkelian.cn/api/', - apiUrls : 'http://api.ahxh.shangkelian.cn/', + // apiUrl : 'http://api.ahxh.shangkelian.cn/api/', + // apiUrls : 'http://api.ahxh.shangkelian.cn/', timeout : 60000 } diff --git a/components/poster/poster.vue b/components/poster/poster.vue new file mode 100644 index 0000000..fa35607 --- /dev/null +++ b/components/poster/poster.vue @@ -0,0 +1,267 @@ + + + + + diff --git a/pages/user/code.vue b/pages/user/code.vue index 84e7eba..b894e89 100644 --- a/pages/user/code.vue +++ b/pages/user/code.vue @@ -1,50 +1,33 @@