mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-12 19:02:49 +00:00
0.0.8
This commit is contained in:
parent
822a4c1955
commit
e20f8a9f9f
@ -20,6 +20,5 @@
|
||||
<body>
|
||||
<div id="app"><!--app-html--></div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vconsole@latest/dist/vconsole.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@ -16,6 +16,5 @@
|
||||
<body>
|
||||
<div id="app"><!--app-html--></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/vconsole@latest/dist/vconsole.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@ -8,12 +8,6 @@
|
||||
import { useLogin } from '@/hooks/useLogin'
|
||||
import { language } from './locale'
|
||||
|
||||
// #ifdef H5
|
||||
if (import.meta.env.VITE_APP_DEBUG) {
|
||||
new window.VConsole()
|
||||
}
|
||||
// #endif
|
||||
|
||||
onLaunch(async (data) => {
|
||||
// 添加初始化拦截器
|
||||
launchInterceptor()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user