mirror of
https://gitee.com/niucloud-team/javashop.git
synced 2026-04-25 11:18:23 +00:00
修复 微页面使用接口错误问题 修复 插件卸载后addon.json中数据异常丢失的问题 修复 读取不到配置文件中redis配置的问题 修复 订单金额为0时订单支付失败的问题 修复 礼品卡未完全使用完就已完成的问题 修复 商品优惠券主键查询指定数据无法查询的问题 修复 连签奖励记录在会员账户变更记录中未体现的问题 修复 新人礼活动无法参与的问题 修复 素材管理图标数据不显示的问题 修复 分销商品设为不参与设置无效 修复 商品分类拖动设置排序报错 修复 微信小程序上传物流信息未能成功的问题 修复 satoken多端登录loginId冲突的问题
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Type Support For .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensionsfrom VSCode's command palette - Find
TypeScript and JavaScript Language Features, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Windowfrom the command palette.