config/index.js
@@ -1,5 +1,5 @@ // 守法自助小程序 // const baseUrl = 'http://192.168.0.138:8080'; // const baseUrl = 'http://192.168.0.138:8082'; const baseUrl = 'https://fyami.com.cn'; const bu = 'https://fyami.com.cn'; @@ -17,7 +17,7 @@ const inspectPicUrl = `${iu}/images/`; // const inspectPicUrl = `${inspectUrl}/images/`; // const mode = 'debug'; const mode = 'prod'; const mode = 'debug'; // const mode = 'prod'; export { basePicUrl, baseUrl, baseFileUrl, baseIconUrl, inspectUrl, inspectPicUrl, mode };