Преглед на файлове

修改提示弹窗不显示

SanHQin преди 1 месец
родител
ревизия
2e8b4398d1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/config/config.js

+ 1 - 1
src/config/config.js

@@ -40,7 +40,7 @@ const store = new Vuex.Store({
                 uid: state.userInfo.userid
             }).then(res => {
                 state.Notify = res['data'][0];
-                if (state.Notify.length > 0) state.NotifyDig = true;
+                // if (state.Notify.length > 0) state.NotifyDig = true;
                 console.log(res['data'][0])
             }).catch(err => {
                 console.log(err)