From 8288a11ac7af4d4fb40d3d3b038b772ee154f616 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期一, 22 七月 2024 18:20:19 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary --- src/store/module/user.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/store/module/user.js b/src/store/module/user.js index 858f170..d626a6b 100644 --- a/src/store/module/user.js +++ b/src/store/module/user.js @@ -14,13 +14,11 @@ mutations: { set_token: (state, params) => (state.token = params), set_id: (state, params) => { - console.log('sdf'); state.id = params } }, actions: { isSet_id(store, role){ - console.log(role); store.commit('set_id',role) } } -- Gitblit v1.9.1