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

8
front/config/sit.env.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"sit"',
BASE_WMS_API: '"http://192.168.2.66:4003/api"',
//BASE_AGV_API: '"http://192.168.3.223:55200/v1"',
//BASE_WMS_API: '"http://127.0.0.1/api"',
//BASE_AGV_API: '"http://127.0.0.1:55200/v1"',
}