feat: 使用ui框架

This commit is contained in:
eric
2022-11-13 09:08:28 +08:00
parent 24f5d841ab
commit 571bd6e552
55 changed files with 59127 additions and 2395 deletions

View File

@@ -1,9 +1,8 @@
module.exports = {
env: {
NODE_ENV: '"development"'
},
defineConstants: {
NODE_ENV: '"development"',
},
defineConstants: {},
mini: {},
h5: {}
}
h5: {},
};