dashboard
repositories
filestore
activity
search
login
gp
/
cakuns_st_app
沙特app
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
挂单list页面挂单价格显示修改优先级
lxf
2025-04-30
f726ea231b2109be3cb9cc6eca8aa9a002ab3fce
[gp/cakuns_st_app.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
}
},
"exclude": [
"node_modules",
"dist"
]
}