This commit is contained in:
zhangzq
2026-03-13 09:28:47 +08:00
commit ab1996331e
816 changed files with 295376 additions and 0 deletions

6
front/config/dev.env.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
NODE_ENV: '"development"',
ENV_CONFIG: '"dev"',
BASE_WMS_API: '"http://127.0.0.1:8080/api"',
BASE_WMS_FILE: '"http://127.0.0.1:8080/"'
}