ER图测试,域账号登录测试,修改数据查询的展示问题

This commit is contained in:
暮光:城中城
2021-08-02 21:18:58 +08:00
parent 83ca189598
commit 51f74f60c3
34 changed files with 1795 additions and 89 deletions

View File

@@ -16,5 +16,7 @@ module.exports = {
template: 'public/index.html',
filename: process.env.NODE_ENV === 'production'?'doc-db.html':'index.html',
},
}
},
// 在项目配置的时候,默认 npm 包导出的是运行时构建,即 runtime 版本,不支持编译 template 模板。
runtimeCompiler: true
};