diff --git a/env/.env b/env/.env index e943714..fbfe786 100644 --- a/env/.env +++ b/env/.env @@ -13,6 +13,8 @@ VITE_LOGIN_URL = '/pages/login/index' VITE_SERVER_BASEURL = 'https://test.shop.lihaink.cn/' VITE_UPLOAD_BASEURL = 'https://test.shop.lihaink.cn//upload' +VITE_SHOP_SERVER_BASEURL = 'https://shop.lihaink.cn' + # 有些同学可能需要在微信小程序里面根据 develop、trial、release 分别设置上传地址,参考代码如下。 # 下面的变量如果没有设置,会默认使用 VITE_SERVER_BASEURL or VITE_UPLOAD_BASEURL VITE_SERVER_BASEURL__WEIXIN_DEVELOP = 'https://test.shop.lihaink.cn/' diff --git a/src/pages.json b/src/pages.json index 82b7308..b15570e 100644 --- a/src/pages.json +++ b/src/pages.json @@ -112,13 +112,21 @@ } }, { - "path": "pages/web_view/index", + "path": "pages/web_view/h5", "type": "page", "layout": "heardbg", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "white" } + }, + { + "path": "pages/web_view/index", + "type": "page", + "layout": "heardbg", + "style": { + "navigationBarTitleText": "" + } } ], "subPackages": [ diff --git a/src/pages/about/index.vue b/src/pages/about/index.vue index 0b3c21f..f0da28d 100644 --- a/src/pages/about/index.vue +++ b/src/pages/about/index.vue @@ -12,10 +12,67 @@