From 3cc624019a6687a68690d33e9bf25702b129d77a Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期日, 07 四月 2024 17:35:35 +0800 Subject: [PATCH] 新增订单缴费弹框及其他弹框提示细节完善 --- src/store/state.js | 34 ++++++++++++++++++++++++++++++++-- 1 files changed, 32 insertions(+), 2 deletions(-) diff --git a/src/store/state.js b/src/store/state.js index 3cda72c..17b61f7 100644 --- a/src/store/state.js +++ b/src/store/state.js @@ -56,6 +56,12 @@ indexUrl: "whiteList" }, { + icon: 'el-icon-document', + name: '榛戝悕鍗曠鐞�', + parentId: 2, + indexUrl: "ticketBlack" + }, + { icon: 'el-icon-document', name: '娉婅溅鍙戠エ绠$悊', parentId: 2, @@ -101,5 +107,29 @@ }, ] }, - ], - } \ No newline at end of file + ], + items2: [ + { + id:2, + icon: 'el-icon-folder-opened', + indexUrl: '2', + name: '鏅烘収娉婅溅绠$悊', + children:[ + { + icon: 'el-icon-document', + name: '杞﹁締鍏ュ満绠$悊', + parentId: 2, + indexUrl: "enterPark" + }, + { + icon: 'el-icon-document', + name: '杞﹁締鍑哄満绠$悊', + parentId: 2, + indexUrl: "outPark" + }, + + ] + }, + + ], +} -- Gitblit v1.9.1