From 5b0f63063f8c2c74419591f000cd1bc31242c865 Mon Sep 17 00:00:00 2001 From: 1019933623 <1019933623@qq.com> Date: Tue, 20 Apr 2021 16:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=A2=E5=8D=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 2 +- src/store/index.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index ede5387..314ff13 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -175,7 +175,7 @@ let _permission = indexData.permission || {}; if(!app.isLogin())return this.showAuthor(); if(!tabInfo.path)return util.showNone('暂未开放!'); - if(tabInfo.id == 2)return util.routeTo(tabInfo.path,'nT'); //测试 + //if(tabInfo.id == 2)return util.routeTo(tabInfo.path,'nT'); //测试 if(!_permission[tabInfo.serverKey])return util.showNone('暂无权限,请联系管理员开启!') util.routeTo(tabInfo.path,'nT'); }, diff --git a/src/store/index.js b/src/store/index.js index d4b562f..a97ca4c 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -28,6 +28,7 @@ export default new Vuex.Store({ '1009': '场地管理', '1010': '设备管理', '1011': '商品零售', + '1012': '订单管理', }, // 场地占用提交页面信息