wsyt/wsyt/jsconfig.json
紫幽冥竹 7603f1513e 新增了微信网页登录功能与关联功能。
拆分前台与Express后端API接口,前端VUE代码负责接收Express后端发来的数据进行展示,Express后端复制处理敏感信息和接口访问。
2024-03-07 16:17:16 +08:00

9 lines
116 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}