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