Commit c6e83854 authored by 李嘉兵's avatar 李嘉兵

订单全生命周期地图显示逻辑变更

parent 2193e498
...@@ -9,8 +9,10 @@ yarn-error.log* ...@@ -9,8 +9,10 @@ yarn-error.log*
# Editor directories and files # Editor directories and files
.idea .idea
.prettierrc
.vscode .vscode
*.suo *.suo
*.ntvs* *.ntvs*
*.njsproj *.njsproj
*.sln *.sln
...@@ -5,18 +5,18 @@ const prodEnv = require('./prod.env') ...@@ -5,18 +5,18 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, { module.exports = merge(prodEnv, {
NODE_ENV: '"development"', NODE_ENV: '"development"',
// 测试 // 测试
// HOST_URL: '"http://222.66.127.246"', HOST_URL: '"http://222.66.127.246"',
// PORT: '":8020"', PORT: '":8020"',
// BASE_URL: '""', BASE_URL: '""',
// appRealDb: '"app_test_shaphar"', appRealDb: '"app_test_shaphar"',
// 正式 // 正式
// HOST_URL: '"http://mobileportal.shaphar.com"', // HOST_URL: '"http://mobileportal.shaphar.com"',
// PORT: '":8028"', // PORT: '":8028"',
// BASE_URL: '"/basservice"', // BASE_URL: '"/basservice"',
// appRealDb: '"app_real_shaphar"', // appRealDb: '"app_real_shaphar"',
//NEW 正式 //NEW 正式
HOST_URL: '"https://mobileportal.shaphar.com"', // HOST_URL: '"https://mobileportal.shaphar.com"',
PORT: '":8443"', // PORT: '":8443"',
BASE_URL: '"/basservicenew"', // BASE_URL: '"/basservicenew"',
appRealDb: '"app_real_shaphar"' // appRealDb: '"app_real_shaphar"'
}) })
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
module.exports = { module.exports = {
NODE_ENV: '"production"', NODE_ENV: '"production"',
// 正式版 // 正式版
HOST_URL: '"https://mobileportal.shaphar.com:8443/basservicenew"', // HOST_URL: '"https://mobileportal.shaphar.com:8443/basservicenew"',
appRealDb: '"app_real_shaphar"', // appRealDb: '"app_real_shaphar"',
// 体验版 // 体验版
// HOST_URL: '"http://mobileportal.shaphar.com:8028/basservicenew"', // HOST_URL: '"http://mobileportal.shaphar.com:8028/basservicenew"',
// 测试版 // 测试版
// HOST_URL: '"http://222.66.127.246:8020"', HOST_URL: '"http://222.66.127.246:8020"',
// appRealDb: '"app_test_shaphar"', appRealDb: '"app_test_shaphar"',
// HOST_URL: '"http://192.168.1.139:8020"' // HOST_URL: '"http://192.168.1.139:8020"'
PORT: '""', PORT: '""',
BASE_URL: '""', BASE_URL: '""',
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment