公告板
版本库
filestore
活动
搜索
登录
main
/
lmk-shop-web
绿满筐商城sweb-vue服务
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
添加优惠券限制单个商品使用逻辑
zhanghua
9 天以前
61a844ab928b51c33b18a51ddacde8274ef35e29
[lmk-shop-web.git]
/
im
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions": {
"target": "es6",
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
}
},
"exclude": [
"node_modules",
"dist"
],
"include": [
"src/**/*"
]
}