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

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

parent 2193e498
......@@ -9,8 +9,10 @@ yarn-error.log*
# Editor directories and files
.idea
.prettierrc
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
......@@ -5,18 +5,18 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
// 测试
// HOST_URL: '"http://222.66.127.246"',
// PORT: '":8020"',
// BASE_URL: '""',
// appRealDb: '"app_test_shaphar"',
HOST_URL: '"http://222.66.127.246"',
PORT: '":8020"',
BASE_URL: '""',
appRealDb: '"app_test_shaphar"',
// 正式
// HOST_URL: '"http://mobileportal.shaphar.com"',
// PORT: '":8028"',
// BASE_URL: '"/basservice"',
// appRealDb: '"app_real_shaphar"',
//NEW 正式
HOST_URL: '"https://mobileportal.shaphar.com"',
PORT: '":8443"',
BASE_URL: '"/basservicenew"',
appRealDb: '"app_real_shaphar"'
// HOST_URL: '"https://mobileportal.shaphar.com"',
// PORT: '":8443"',
// BASE_URL: '"/basservicenew"',
// appRealDb: '"app_real_shaphar"'
})
......@@ -2,13 +2,13 @@
module.exports = {
NODE_ENV: '"production"',
// 正式版
HOST_URL: '"https://mobileportal.shaphar.com:8443/basservicenew"',
appRealDb: '"app_real_shaphar"',
// HOST_URL: '"https://mobileportal.shaphar.com:8443/basservicenew"',
// appRealDb: '"app_real_shaphar"',
// 体验版
// HOST_URL: '"http://mobileportal.shaphar.com:8028/basservicenew"',
// 测试版
// HOST_URL: '"http://222.66.127.246:8020"',
// appRealDb: '"app_test_shaphar"',
HOST_URL: '"http://222.66.127.246:8020"',
appRealDb: '"app_test_shaphar"',
// HOST_URL: '"http://192.168.1.139:8020"'
PORT: '""',
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