Browse Source

bug 修复

lilei 2 years ago
parent
commit
8bce9800f3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/layouts/BasicLayout.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
 {
   "message": "发现有新版本发布,确定更新系统?",
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
   "vendorJsVersion": "",
-  "version": 1664185652608
+  "version": 1664186394562
 }
 }

+ 1 - 1
src/layouts/BasicLayout.vue

@@ -346,7 +346,7 @@ export default {
         notice: {
         notice: {
           type: 'tx'
           type: 'tx'
         },
         },
-        readFlag: 1
+        readFlag: 0
       }).then((res) => {
       }).then((res) => {
         if (res.status == 200) {
         if (res.status == 200) {
           const data = res.data
           const data = res.data