Commit 517063e2 by Sweet Zhang

修改environment配置

parent f5a1d71f
export const environment = {
production: true,
apiUrl: 'https://m.zuihuibi.cn/api'
apiUrl: 'https://m.zuihuibi.cn/api',
ORIGINNAME: 'https://m.zuihuibi.cn'
};
......@@ -3,5 +3,6 @@
*/
export const environment = {
production: false,
apiUrl: 'https://mstage.zuihuibi.cn/api'
apiUrl: 'https://mstage.zuihuibi.cn/api',
ORIGINNAME: 'https://mstage.zuihuibi.cn'
};
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