xiaofangweibao-applet/utils/apiconfig.js

10 lines
445 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* authorAbuCoder
* date:2023年4月7日13:53:23
* 正式上线baseUrl请换成线上地址
*/
// export const baseUrl = 'https://abucoder.rasmall.cn/prod-api/wxapi/';//上线时使用https地址
// export const uploadUrl = baseUrl+'/upload'//图片上传地址,上线时使用https地址
export const baseUrl = 'http://localhost:8083/wxapi/';//本地调试用该地址
export const uploadUrl = baseUrl+'upload'//图片上传地址