Browse Source

2023010-24

cmy 2 years ago
parent
commit
557b0ff29a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      config/app.js

+ 3 - 2
config/app.js

@@ -2,13 +2,14 @@ module.exports = {
 	// 小程序配置
 	// #ifdef MP || APP-PLUS
 	// 请求域名 格式: https://您的域名
-	HTTP_REQUEST_URL: `https://demo.crmeb.com`,
+	HTTP_REQUEST_URL: `http://ykt.ns.liuniu946.com`,
 	// #endif
 
 	// H5配置
 	// #ifdef H5
 	//H5接口是浏览器地址,非单独部署不用修改
-	HTTP_REQUEST_URL: window.location.protocol + "//" + window.location.host,
+	// HTTP_REQUEST_URL: window.location.protocol + "//" + window.location.host,
+	HTTP_REQUEST_URL:"http://ykt.ns.liuniu946.com",
 	// #endif