Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
e5ce04bf
Commit
e5ce04bf
authored
Jul 24, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
7ac03234
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
vite.config.js
+3
-2
No files found.
vite.config.js
View file @
e5ce04bf
...
...
@@ -6,9 +6,10 @@ import path from 'path'
export
default
defineConfig
({
plugins
:
[
createVuePlugin
()],
resolve
:
{
extensions
:
[
'.vue'
,
'.js'
,
'.json'
],
extensions
:
[
'.vue'
,
'.js'
,
'.json'
],
// 自动解析 .js 后缀
alias
:
{
'@'
:
path
.
resolve
(
__dirname
)
// 指向项目根目录
// 若有其他别名(如 @),根据实际目录配置
'@'
:
path
.
resolve
(
__dirname
)
// 例如 @ 指向根目录
}
}
})
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