Go to file
2023-06-07 18:31:42 +08:00
public first commit 2023-05-31 15:05:11 +08:00
src no message 2023-06-07 18:31:42 +08:00
tests/unit first commit 2023-05-31 15:05:11 +08:00
.browserslistrc first commit 2023-05-31 15:05:11 +08:00
.editorconfig first commit 2023-05-31 15:05:11 +08:00
.env first commit 2023-05-31 15:05:11 +08:00
.env.development no message 2023-06-07 09:33:40 +08:00
.env.preview first commit 2023-05-31 15:05:11 +08:00
.env.production first commit 2023-05-31 15:05:11 +08:00
.env.test first commit 2023-05-31 15:05:11 +08:00
.eslintignore first commit 2023-05-31 15:05:11 +08:00
.eslintrc.js first commit 2023-05-31 15:05:11 +08:00
.gitignore first commit 2023-05-31 15:05:11 +08:00
.postcssrc.js first commit 2023-05-31 15:05:11 +08:00
babel.config.js first commit 2023-05-31 15:05:11 +08:00
d2-admin.babel first commit 2023-05-31 15:05:11 +08:00
dependencies-cdn.js first commit 2023-05-31 15:05:11 +08:00
jest.config.js first commit 2023-05-31 15:05:11 +08:00
jsconfig.json first commit 2023-05-31 15:05:11 +08:00
LICENSE first commit 2023-05-31 15:05:11 +08:00
package.json first commit 2023-05-31 15:05:11 +08:00
pnpm-lock.yaml first commit 2023-05-31 15:05:11 +08:00
README.md first commit 2023-05-31 15:05:11 +08:00
README.zh.md first commit 2023-05-31 15:05:11 +08:00
vue.config.js first commit 2023-05-31 15:05:11 +08:00

d2-crud-plus与d2-admin集成启动项目

修改之处

  1. main.js import './busienss'
  2. business/index.js 进行d2-crud-plus的初始化工作
  3. 请求返回结果去掉.data,将{code,msg,data}整体传递到下层
  4. views/demo 为示例页面

带权限版本

请checkout permission分支