zhujun 2 сар өмнө
parent
commit
79c4d54900

+ 1 - 0
public/index.html

@@ -21,4 +21,5 @@
   </body>
   <script src="https://app.slt.fujian.gov.cn:18185/resource/js/cordova.js"></script>
   <script src="https://app.slt.fujian.gov.cn:18185/resource/js/jsencrypt.js"></script>
+  <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
 </html>

+ 2 - 1
src/views/Login/index.vue

@@ -67,7 +67,8 @@ import { useAppStore } from "@/stores/app";
 import { useUserStore } from "@/stores/user";
 import { getCaptchaImage } from "@/api/login";
 import { useRouter } from "vue-router";
-
+const vConsole = new VConsole();
+console.log("Hello VConsole!");
 const appStore = useAppStore();
 const userStore = useUserStore();
 const router = useRouter();