|
@@ -3,6 +3,9 @@ const isH5 = process.env.CLIENT_ENV === 'h5'
|
|
|
const HOST = '"http://zhcq.jishutao.com"'
|
|
|
const HOST_M = '"http://zhcq.jishutao.com"'
|
|
|
|
|
|
+// const HOST = '"http://172.16.0.255:8088"'
|
|
|
+// const HOST_M = '"http://172.16.0.255:8088"'
|
|
|
+
|
|
|
module.exports = {
|
|
|
env: {
|
|
|
NODE_ENV: '"development"'
|
|
@@ -10,6 +13,7 @@ module.exports = {
|
|
|
defineConstants: {
|
|
|
// HOST: isH5 ? '"/api"' : HOST,
|
|
|
HOST: isH5 ? '"http://zhcq.jishutao.com"' : HOST,
|
|
|
+ // HOST: isH5 ? '"http://172.16.0.255:8088"' : HOST,
|
|
|
HOST_M: isH5 ? '"/api-m"' : HOST_M
|
|
|
},
|
|
|
weapp: {},
|