Initial commit

This commit is contained in:
Qingtian239113
2022-03-28 11:26:51 +08:00
commit a379f2c2da
37 changed files with 1689 additions and 0 deletions

8
config/dev.js Normal file
View File

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