dashboard
repositories
filestore
activity
search
login
admin
/
dabao_wap
forked from
dg/dabao_wap
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
退出line路由定时器停掉
dcc
2024-07-17
f9f136972efce01e7ac5a82e2a3abf343d1ce5a7
[~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"
]
}