123456789101112131415 |
- /*
- * @Author: ZhengXiaowei
- * @Date: 2019-10-15 12:06:24
- * @LastEditors: ZhengXiaowei
- * @LastEditTime: 2019-10-15 14:11:17
- * @Description: api配置文件
- */
- const apiConfig = {
- baseURL: "https://quickapp.leyuee.com/api",
- //baseURL: "https://quickapptest.leyuee.com/api",
- package:'com.beidao.kuaiying.zsy'
- };
- export default apiConfig;
-
|