1
jhzh
2024-11-29 8affe5beedfcd9f6fbf4826ec1a7f9ce0718a9d3
src/store/index.js
@@ -38,7 +38,7 @@
  actions: {
    async setUseInfo({ commit }) {
      let data = await getUserInfodata();
      if (data.status === 0) {
      if (data.status == 0) {
        commit("SET_USE_INFO", data.data);
      } else {
        commit("elAlertShow", {