This commit is contained in:
2026-03-10 18:45:36 +08:00
commit 3a9e6df891
679 changed files with 291867 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"',
}