From a384a2a461a3680751a739ef67ef243b35663735 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Thu, 14 Mar 2024 10:08:01 +0800
Subject: [PATCH] 更新
---
pages/home/index.vue | 3 ++-
subPackage/workbench/views/cscj.vue | 4 +---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/pages/home/index.vue b/pages/home/index.vue
index 57b0275..fe3706b 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -521,7 +521,7 @@
},
onLoad() {
- this.getBanner();
+
this.init()
uni.$on('refresh', () => {
this.selectSiteIndex = [0, 0]
@@ -629,6 +629,7 @@
init() {
this.selectRole = uni.getStorageSync("activeRole")
this.getMenuList()
+ this.getBanner();
this.getSiteList()
this.getNoticeList()
},
diff --git a/subPackage/workbench/views/cscj.vue b/subPackage/workbench/views/cscj.vue
index c5afb59..de6fd48 100644
--- a/subPackage/workbench/views/cscj.vue
+++ b/subPackage/workbench/views/cscj.vue
@@ -352,10 +352,8 @@
getDoorplateAddressList
} from "@/api/doorplateAddress/doorplateAddress";
import {
+ add,
getPlaceDetail
- } from '@/api/place/place.js'
- import {
- add
} from "@/api/place/place";
import {
format
--
Gitblit v1.9.3