From 6f546ef4c150d7ca00e36c2ea0b18ff1da95a53c Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 24 Nov 2023 17:55:27 +0800
Subject: [PATCH] 修改首页部分逻辑;修复部分已知问题;首页新增社区菜单;公告详情页面样式调整
---
subPackage/label/index.vue | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/subPackage/label/index.vue b/subPackage/label/index.vue
index b1d81f4..94a0d5a 100644
--- a/subPackage/label/index.vue
+++ b/subPackage/label/index.vue
@@ -121,15 +121,16 @@
},
navTo(path,index){
- let type = 1;
- if(index == 1){
- type == 1
- }else if (index == 3){
- type = 3
- }else if(index == 4) {
- type = 2
- }
- this.$u.func.globalNavigator(`${path}?type=${type}`, "navTo")
+ // let type = 1;
+ // if(index == 1){
+ // type == 1
+ // }else if (index == 3){
+ // type = 3
+ // }else if(index == 4) {
+ // type = 2
+ // }
+ // this.$u.func.globalNavigator(`${path}?type=${type}`, "navTo")
+ this.$u.func.globalNavigator(path, "navTo")
}
}
--
Gitblit v1.9.3