Commit b83cd206 authored by chenjiahao's avatar chenjiahao

默认打包所有静态资源

parent 79051e49
......@@ -15,12 +15,14 @@ import { initAppConfigStore } from '@/logics/initAppConfig';
import { router, setupRouter } from '@/router';
import { setupRouterGuard } from '@/router/guard';
import { setupStore } from '@/store';
import App from './App.vue';
// 默认打包所有静态资源
import.meta.glob('@/assets/*/*.{png,jpg,gif,svg}', { eager: true });
async function bootstrap() {
const app = createApp(App);
const app1 = createApp(App);
// const app1 = createApp(App);
// Configure store
// 配置 store
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment