This commit is contained in:
linfeng 2022-10-12 16:35:24 +08:00
parent b63c3f1903
commit 8e4e7c4dd3

View File

@ -3,12 +3,12 @@ const shareH5Url = "https://www.linfeng.tech/#/"; //H5分享路径
//本地环境配置
// const baseUrl = "localhost:8080";
// const domain = 'http://' + baseUrl + "/app/";
const baseUrl = "localhost:8080";
const domain = 'http://' + baseUrl + "/app/";
//线上环境配置
const baseUrl = "wxapi.linfeng.tech";
const domain = 'https://' + baseUrl + "/app/";
// const baseUrl = "wxapi.linfeng.tech";
// const domain = 'https://' + baseUrl + "/app/";
export default {