Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
b83cd206
Commit
b83cd206
authored
Dec 18, 2024
by
chenjiahao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认打包所有静态资源
parent
79051e49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
main.ts
src/main.ts
+4
-2
No files found.
src/main.ts
View file @
b83cd206
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment