fix: 部分功能显示优化

This commit is contained in:
2026-04-01 14:48:02 +08:00
parent 8eb2495cea
commit b622f2205f
7 changed files with 736 additions and 303 deletions

View File

@@ -1,7 +1,9 @@
module.exports = {
NODE_ENV: '"development"',
ENV_CONFIG: '"dev"',
BASE_WMS_API: '"http://127.0.0.1:8011/api"',
BASE_WMS_FILE: '"http://127.0.0.1:8011/"'
// BASE_WMS_API: '"http://127.0.0.1:8011/api"',
// BASE_WMS_FILE: '"http://127.0.0.1:8011/"'
BASE_WMS_API: '"http://47.111.78.178:8011/api"',
BASE_WMS_FILE: '"http://47.111.78.178:8011/"'
// 47.101.147.253
}

View File

@@ -1,8 +1,10 @@
module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"prod"',
BASE_WMS_API: '"http://127.0.0.1:8011/api"',
BASE_WMS_FILE: '"http://127.0.0.1:8011/"'
// BASE_WMS_API: '"http://127.0.0.1:8011/api"',
// BASE_WMS_FILE: '"http://127.0.0.1:8011/"'
BASE_WMS_API: '"http://47.111.78.178:8011/api"',
BASE_WMS_FILE: '"http://47.111.78.178:8011/"'
////BASE_AGV_API: '"http://192.168.3.223:55200/v1"',
//BASE_WMS_API: '"http://169.254.71.103/api"',
//BASE_AGV_API: '"http://127.0.0.1:55200/v1"',