From f24b8212f14ab07aea3df7d940554a9d30be3f00 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 13 Oct 2023 14:20:19 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=A1=B6=E9=83=A8=E8=BF=94=E5=9B=9E=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=94=B9=E4=B8=BA=E7=BB=84=E4=BB=B6=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=BF=94=E5=9B=9E=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 8 ++++---- components/nav-back/nav-back.vue | 4 ++-- pages/plugins/answers/index/index.css | 6 ++---- pages/plugins/answers/index/index.vue | 8 ++++---- pages/plugins/membershiplevelvip/index/index.css | 7 +++++++ pages/plugins/membershiplevelvip/index/index.vue | 2 +- pages/plugins/seckill/index/index.css | 2 +- pages/plugins/seckill/index/index.vue | 2 +- 8 files changed, 22 insertions(+), 17 deletions(-) diff --git a/App.vue b/App.vue index c682d5f3..453b19c7 100644 --- a/App.vue +++ b/App.vue @@ -67,11 +67,11 @@ // tabbar页面 tabbar_pages: ['/pages/index/index', '/pages/goods-category/goods-category', '/pages/cart/cart', '/pages/user/user'], // 请求地址 - request_url: 'https://new.shopxo.vip/', - // request_url: 'http://shopxo.com/', + // request_url: 'https://new.shopxo.vip/', + request_url: 'http://shopxo.com/', // 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/) - static_url: 'https://new.shopxo.vip/', - // static_url: 'http://shopxo.com/', + // static_url: 'https://new.shopxo.vip/', + static_url: 'http://shopxo.com/', // 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立) system_type: 'default', // 基础信息 diff --git a/components/nav-back/nav-back.vue b/components/nav-back/nav-back.vue index 94a62756..732f9007 100644 --- a/components/nav-back/nav-back.vue +++ b/components/nav-back/nav-back.vue @@ -1,9 +1,9 @@