liming 3 päivää sitten
vanhempi
sitoutus
f90b0081a6
4 muutettua tiedostoa jossa 12 lisäystä ja 12 poistoa
  1. 3 3
      src/api/axios.Im.js
  2. 3 3
      src/api/axios.backend.js
  3. 3 3
      src/api/axios.js
  4. 3 3
      src/updater/update.json

+ 3 - 3
src/api/axios.Im.js

@@ -55,13 +55,13 @@ axiosInstance.interceptors.response.use(
 
 
     if (requestState.NotAccessRight.includes(code)) {
-      showNotify({ type: 'warning', message: msg });
+      // showNotify({ type: 'warning', message: msg });
 
       return Promise.reject(msg);
     }
 
     if (requestState.exception.includes(code)) {
-      showNotify({ type: 'warning', message: msg });
+      // showNotify({ type: 'warning', message: msg });
       return Promise.reject(msg);
     }
 
@@ -71,7 +71,7 @@ axiosInstance.interceptors.response.use(
     const systemStore = useSystemStore();
     systemStore.localLoading(); 
     const msg = err.response?.data ? err.response.data.message : "";
-    showNotify({ type: 'warning', message: msg });
+    // showNotify({ type: 'warning', message: msg });
     if (requestState.beOverdue.includes( err.status)) { 
       // 
       fn_logout(); 

+ 3 - 3
src/api/axios.backend.js

@@ -55,13 +55,13 @@ axiosInstance.interceptors.response.use(
 
 
     if (requestState.NotAccessRight.includes(code)) {
-      showNotify({ type: 'warning', message: msg });
+      // showNotify({ type: 'warning', message: msg });
 
       return Promise.reject(msg);
     }
 
     if (requestState.exception.includes(code)) {
-      showNotify({ type: 'warning', message: msg });
+      // showNotify({ type: 'warning', message: msg });
       return Promise.reject(msg);
     }
 
@@ -71,7 +71,7 @@ axiosInstance.interceptors.response.use(
     const systemStore = useSystemStore();
     systemStore.localLoading(); 
     const msg = err.response?.data ? err.response.data.message : "";
-    showNotify({ type: 'warning', message: msg });
+    // showNotify({ type: 'warning', message: msg });
     if (requestState.beOverdue.includes( err.status)) { 
       // 
       fn_logout(); 

+ 3 - 3
src/api/axios.js

@@ -55,13 +55,13 @@ axiosInstance.interceptors.response.use(
 
 
     if (requestState.NotAccessRight.includes(code)) {
-      showNotify({ type: 'warning', message: msg });
+      // showNotify({ type: 'warning', message: msg });
 
       return Promise.reject(msg);
     }
 
     if (requestState.exception.includes(code)) {
-      showNotify({ type: 'warning', message: msg });
+      // showNotify({ type: 'warning', message: msg });
       return Promise.reject(msg);
     }
 
@@ -71,7 +71,7 @@ axiosInstance.interceptors.response.use(
     const systemStore = useSystemStore();
     systemStore.localLoading(); 
     const msg = err.response?.data ? err.response.data.message : "";
-    showNotify({ type: 'warning', message: msg });
+    // showNotify({ type: 'warning', message: msg });
     if (requestState.beOverdue.includes( err.status)) { 
       // 
       fn_logout(); 

+ 3 - 3
src/updater/update.json

@@ -1,7 +1,7 @@
 {
-  "version": "1.0.3",
-  "releaseDate": "2025-08-12 07:39:10",
-  "checksum": "33be22536e1fbb39c8daab583dc394ff875dcb1abc33643d36fa2d36504b0b3a",
+  "version": "1.0.4",
+  "releaseDate": "2025-08-12 08:03:08",
+  "checksum": "dc30d525be1db1bad04aeff0542f88e3cec773ccd2db475e066871529bcb895c",
   "minBinaryVersion": "1.0.0",
   "mandatory": false,
   "upDataDescription": "✨修正一些錯誤。。。。!!!"