wangchen147 5dbd3b4cd6 0.0.4
新增和优化以下功能:
优化 对接微信转账,调整接口
优化 会员提现流程
优化 微信开放平台小程序同步流程
修复 开发模式时安装插件文件未能正常安装的问题
修复 redis存在密码时无法正常连接的问题
修复 签到报错的问题
修复 提现设置设置异常的问题
修复 分销商品设置为默认规则时分销商品列表接口异常的问题
2025-04-11 14:29:14 +08:00
..
2024-10-24 16:18:25 +08:00
2025-04-11 14:29:14 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2025-04-11 14:29:14 +08:00
2025-04-11 14:29:14 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00

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.

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:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.