clll
2023-11-27 1ebc598658f85c07c7cbabaf289ab89838a8acc9
CanadaMes-ui/src/store/index.js
@@ -10,9 +10,9 @@
  modules: {
    tags,
  },
  state: {
    tagData: {} // 存储标签数据的对象
  },
  // state: {
  //   tagData: {} // 存储标签数据的对象
  // },
  mutations: {
    // 更新标签数据
    updateTagData(state, payload) {