From 5ff3cf55bc673c0f70fa7024f5974a2052a0f8af Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 19 六月 2024 16:33:58 +0800
Subject: [PATCH] #
---
pages/home/menuHome.vue | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/pages/home/menuHome.vue b/pages/home/menuHome.vue
index aceeacc..dc8a2c3 100644
--- a/pages/home/menuHome.vue
+++ b/pages/home/menuHome.vue
@@ -32,13 +32,13 @@
// cuIcon: 'pullup',
url: `/phyz/stationManage/stationManage`
},
- {
- title: '鍏ュ嚭搴撶鐞�',
- name: 'inOutManage',
- color: 'purple',
- // cuIcon: 'pullup',
- url: `/home/inOutManage`
- },
+ // {
+ // title: '鍏ュ嚭搴撶鐞�',
+ // name: 'inOutManage',
+ // color: 'purple',
+ // // cuIcon: 'pullup',
+ // url: `/home/inOutManage`
+ // },
{
title: '鍗曟嵁绠$悊',
name: 'ordeManage',
@@ -53,13 +53,13 @@
// cuIcon: 'pullup',
url: `/home/locMastManage`
},
- // {
- // title: '宸ヤ綔妗g鐞�',
- // name: 'ordeManage',
- // color: 'brown',
- // // cuIcon: 'pullup',
- // url: `/home/wrkMastManage`
- // },
+ {
+ title: '浠诲姟绠$悊',
+ name: 'ordeManage',
+ color: 'olive',
+ // cuIcon: 'pullup',
+ url: `/home/wrkMastManage`
+ },
// {
// title: '娴嬭瘯',
// name: 'testView',
@@ -97,7 +97,7 @@
this.baseUrl = uni.getStorageSync('baseUrl');
this.token = uni.getStorageSync('token');
this.project = uni.getStorageSync('project')
- // this.getAuth()
+ this.getAuth()
// this.backGroundRepeat()
},
methods: {
--
Gitblit v1.9.1