Go to file
Hoshi 34fac01a46 Initial commit all 2024-05-31 13:28:46 +08:00
public Initial commit all 2024-05-31 13:28:46 +08:00
script Initial commit all 2024-05-31 13:28:46 +08:00
src Initial commit all 2024-05-31 13:28:46 +08:00
.browserslistrc Initial commit all 2024-05-31 13:28:46 +08:00
.editorconfig Initial commit all 2024-05-31 13:28:46 +08:00
.env.development Initial commit all 2024-05-31 13:28:46 +08:00
.env.production Initial commit all 2024-05-31 13:28:46 +08:00
.eslintignore Initial commit all 2024-05-31 13:28:46 +08:00
.eslintrc.js Initial commit all 2024-05-31 13:28:46 +08:00
.gitignore Initial commit with .gitignore 2024-05-31 13:28:43 +08:00
.prettierrc Initial commit all 2024-05-31 13:28:46 +08:00
README.md Initial commit all 2024-05-31 13:28:46 +08:00
babel.config.js Initial commit all 2024-05-31 13:28:46 +08:00
commitlint.config.js Initial commit all 2024-05-31 13:28:46 +08:00
index.html Initial commit all 2024-05-31 13:28:46 +08:00
package-lock.json Initial commit all 2024-05-31 13:28:46 +08:00
package.json Initial commit all 2024-05-31 13:28:46 +08:00
postcss.config.js Initial commit all 2024-05-31 13:28:46 +08:00
tsconfig.json Initial commit all 2024-05-31 13:28:46 +08:00
upload.js Initial commit all 2024-05-31 13:28:46 +08:00
vite.config.ts Initial commit all 2024-05-31 13:28:46 +08:00
vue.config.js Initial commit all 2024-05-31 13:28:46 +08:00
yarn.lock Initial commit all 2024-05-31 13:28:46 +08:00

README.md

ts

项目启动

  • npm run vite 虽然看起来配置了但是跑起来之后会因为 webSocket 断掉(初步判断是 cmp-socket 包问题),所以在src/common/mixins/webSocket.js 里的 webSocket 更改了初始化流程。

  • npm run serve 建议还是用 cli 来起服务

腾讯云改动点

  • 实例操作按钮

    都不需要,统一通过 v-hideElement 指令来隐藏,部分还需要 v-if 来配合

  • 单点登录&跳转到控制台

    统一使用 RedirectButton 组件,同时注意侧边栏导航也有部分是需要点击后跳转的

  • 表格自定义导出

    统一使用 CustomExport 组件