xuqiaoying 3 лет назад
Родитель
Сommit
15e3d17616
2 измененных файлов с 5 добавлено и 5 удалено
  1. 4 4
      http/http.js
  2. 1 1
      pages/live/index.vue

+ 4 - 4
http/http.js

@@ -1,13 +1,13 @@
-// const base_url = 'https://api.xyyxt.net'  //release
+const base_url = 'https://api.xyyxt.net'  //release
 // const base_url = 'http://42.192.164.187:19005'  //test
 // export const base_url = 'http://api.xyyxt.net:19009'   //
-export const base_url = 'https://test.xyyxt.net'   //预发布
+// export const base_url = 'https://test.xyyxt.net'   //预发布
 // const base_url = 'http://192.168.1.7:5055'  //dev
 // export const base_url = 'http://120.79.166.78:19012' // 测试环境
 
 
-// export const BASE_IMG_URL = 'https://file.xyyxt.net/'     //release
-export const BASE_IMG_URL = 'https://file-dev.xyyxt.net/'  //test
+export const BASE_IMG_URL = 'https://file.xyyxt.net/'     //release
+// export const BASE_IMG_URL = 'https://file-dev.xyyxt.net/'  //test
 const tenantId = '867735392558919680' 
 export const http = (option) => {
 	if(option.loading) {

+ 1 - 1
pages/live/index.vue

@@ -195,7 +195,7 @@ import "@/static/public.css";
 				await this.jquery();
 				await this.loadPlayerScriptzb();
 				await this.loadChatroomScriptzb();
-				console.log(this.userInfo);
+				console.log('this.userInfo', this.userInfo);
 				this.polyvLivesign();
 			},