dai-vue-temp-w

f

2022/4/25 10:13:29

更改列表

desktop.ini 2(+1 -1)

详细信息

desktop.ini 2(+1 -1)

diff --git a/desktop.ini b/desktop.ini
index 6d58c28..a0d6bfe 100644
--- a/desktop.ini
+++ b/desktop.ini
@@ -1,5 +1,5 @@
 [.ShellClassInfo]
-InfoTip=DaiVue ����Ŀģ��
+InfoTip=DaiVue ��PC����Ŀģ��
 [ViewState]
 Mode=
 Vid=
diff --git a/main/interceptor.js b/main/interceptor.js
index a14f0aa..3a2e532 100644
--- a/main/interceptor.js
+++ b/main/interceptor.js
@@ -32,7 +32,7 @@ const interceptor = {
                     if (json.msg) {
                         // options.onMessage(this, '消息', json.msg);
                         this.$vue.$Notice.success({
-                            title: json.msg,
+                            title: json.msg
                             // desc: nodesc ? '' : 'Here is the notification description. Here is the notification description. '
                         });
                     }
@@ -59,4 +59,4 @@ const interceptor = {
         return obj;
     }
 };
-export default interceptor;
\ No newline at end of file
+export default interceptor;