diff --git a/config/app.js b/config/app.js index e527e87..5261574 100644 --- a/config/app.js +++ b/config/app.js @@ -24,8 +24,9 @@ if (process.env.NODE_ENV === "development") { // httpApiThree = 'baseUrlTest' // h5跨域配置 // #endif } else if (process.env.NODE_ENV === 'production') { - // httpApi = 'https://shop.lihaink.cn' // 生产 - httpApi = "https://crmeb-test.shop.lihaink.cn" + httpApi = 'https://shop.lihaink.cn' // 生产 + + // httpApi = "https://crmeb-test.shop.lihaink.cn" httpApiTwo = 'https://nk.lihaink.cn' // 生产 httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产 } diff --git a/pages.json b/pages.json index de765b2..dfca1ac 100644 --- a/pages.json +++ b/pages.json @@ -1618,7 +1618,7 @@ "pagePath": "pages/gather/gather", "iconPath": "static/tabbar_icon/b.png", "selectedIconPath": "static/tabbar_icon/b-a.png", - "text": "工作台" + "text": "生产" }, { "pagePath": "pages/plant_release/index", @@ -1632,7 +1632,7 @@ "iconPath": "static/tabbar_icon/d.png", "selectedIconPath": "static/tabbar_icon/d-a.png", - "text": "供应" + "text": "供销" }, { "pagePath": "pages/user/index",