mh-two-thousand-and-two
2024-04-16 d4211fd96865e58217d63efaf4d8f6609fb24ae6
src/store/module/user.js
@@ -9,7 +9,7 @@
      // token存储在cookie
      token: '',
      // 用户id
      id: 11
      id: 11,
   },
   mutations: {
      set_token: (state, params) => (state.token = params),