dashboard
repositories
filestore
activity
search
login
admin
/
dabao_wap
forked from
dg/dabao_wap
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
注册页面的客服地址错误
zzzz
2024-03-28
91f9b7a3b7dfc4fe6b9b5008cfec4e18dfb6dcd5
[~admin/dabao_wap.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"
]
}