This commit is contained in:
HJ 2023-03-04 23:10:11 +08:00
parent 50839d796a
commit c53830e185
2 changed files with 153 additions and 153 deletions

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/";