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
09d8e83d
Commit
09d8e83d
authored
Jul 24, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
f62585db
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vite.config.js
+3
-3
No files found.
vite.config.js
View file @
09d8e83d
...
@@ -6,10 +6,10 @@ import path from 'path'
...
@@ -6,10 +6,10 @@ import path from 'path'
export
default
defineConfig
({
export
default
defineConfig
({
plugins
:
[
createVuePlugin
()],
plugins
:
[
createVuePlugin
()],
resolve
:
{
resolve
:
{
extensions
:
[
'.vue'
,
'.js'
,
'.
json'
,
'ts'
],
// 自动解析 .js 后缀
extensions
:
[
'.vue'
,
'.js'
,
'.
ts'
,
'.json'
],
// 添加 .ts 支持
alias
:
{
alias
:
{
// 若有其他别名(如 @),根据实际目录配置
'@'
:
path
.
resolve
(
__dirname
),
// 指向项目根目录
'@
'
:
path
.
resolve
(
__dirname
)
// 例如 @ 指向根
目录
'@
api'
:
path
.
resolve
(
__dirname
,
'api'
)
// 直接指向 api
目录
}
}
}
}
})
})
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