Commit d27d4183 by 程默

fix

parent 6c8a4293
......@@ -6,6 +6,7 @@ module.exports = merge(prodEnv, {
SHOP_MIXID:"'zjgyl'",
NODE_ENV: '"development"',
BASE_URL:"'https://shop.mayi888.com'",
// OLSHOP_URL:'"https://test-m-shop.mayi888.cn/innerApi/shopApiService"',
OLSHOP_URL:'"https://shop.mayi888.com/innerApi/shopApiService"',
// IMG_DOMAIN: '"http://test-bucket-ant.oss-cn-shanghai.aliyuncs.com"'
......
module.exports = {
SHOP_MIXID:"'zjgyl'",
NODE_ENV: '"production"',
BASE_URL:"'https://shop.mayi888.com'",
OLSHOP_URL:'"https://shop.mayi888.com/innerApi/shopApiService"',
IMG_DOMAIN: '"http://cdn.mayi888.com"'
}
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