12345678910 |
- export default {
- web_name: "yshMall",
- //uni_app_web_url: window.location.protocol + "//" + window.location.host+"/",
- //uni_app_web_api_url: window.location.protocol + "//" + window.location.host+"/api",
- uni_app_web_url: "https://mall.yinshanhong.com.cn/", // h5域名或者PC域名,用于分享图片时使用,结尾必须加 “/”
- uni_app_web_api_url: "https://mall.yinshanhong.com.cn/api", // 请求地址
- web_app_id: "1000",
- debug: false,
-
- }
|