diff --git a/uni-app/src/App.vue b/uni-app/src/App.vue
index f5c554ef2..4714bda04 100644
--- a/uni-app/src/App.vue
+++ b/uni-app/src/App.vue
@@ -8,6 +8,7 @@ import useSystemStore from '@/stores/system'
import { useLogin } from '@/hooks/useLogin'
import { useShare } from '@/hooks/useShare'
import { useLocation } from '@/hooks/useLocation'
+
const locationVal = useLocation(true);
onLaunch((data: any) => {
// 添加初始化拦截器
diff --git a/uni-app/src/addon/components/diy/group/index.vue b/uni-app/src/addon/components/diy/group/index.vue
index a1f0afb90..e4ddb8252 100644
--- a/uni-app/src/addon/components/diy/group/index.vue
+++ b/uni-app/src/addon/components/diy/group/index.vue
@@ -1,162 +1,165 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/uni-app/src/components/tabbar/tabbar.vue b/uni-app/src/components/tabbar/tabbar.vue
index c87de0897..16e7d09a0 100644
--- a/uni-app/src/components/tabbar/tabbar.vue
+++ b/uni-app/src/components/tabbar/tabbar.vue
@@ -1,7 +1,7 @@
-
+
diff --git a/uni-app/src/locale/zh-Hans.json b/uni-app/src/locale/zh-Hans.json
index 7e563fa90..8603c45ba 100644
--- a/uni-app/src/locale/zh-Hans.json
+++ b/uni-app/src/locale/zh-Hans.json
@@ -36,6 +36,7 @@
"pages.pay.browser": "支付",
"pages.pay.result": "",
"pages.setting.index": "设置",
+ "pages.setting.authorization": "授权",
"pages.verify.index": "核销台",
"pages.verify.verify": "核销",
"pages.verify.detail": "核销详情",
diff --git a/uni-app/src/pages.json b/uni-app/src/pages.json
index 76c9da79e..c74bc9ba7 100644
--- a/uni-app/src/pages.json
+++ b/uni-app/src/pages.json
@@ -148,6 +148,13 @@
},
"needLogin": true
},
+ {
+ "path": "app/pages/setting/authorization",
+ "style": {
+ "navigationBarTitleText": "%pages.setting.authorization%"
+ },
+ "needLogin": true
+ },
{
"path": "app/pages/webview/index",
"style": {
@@ -216,7 +223,7 @@
],
"subPackages": [
// {{ PAGE_BEGAIN }}
-// {{ PAGE_END }}
+ // {{ PAGE_END }}
{
"root": "app/components",
"pages": []