Browse Source

修改bug

hzj18279462576@163.com 1 năm trước cách đây
mục cha
commit
1d5ca1e73e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/stores/index.js

+ 1 - 1
src/stores/index.js

@@ -184,7 +184,7 @@ export const useCounterStore = defineStore("user", {
           let arr = roles.dormitoryMoneySetting.split(",");
           arr.forEach((i) => {
             btn.push(`dormitoryMoneySetting${i}`);
-            if (i == 2) {
+            if (i == 6) {
               this.roleList.push({
                 name: "选宿舍金额设置 ",
                 path: "/moneySetting",