From f4a4c7709e09bb7c31f802ea8187d1e117efda2b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 12 Aug 2021 09:48:16 +0800
Subject: [PATCH] 视频

---
 store/index.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/store/index.js b/store/index.js
index 9a8d199..aece5cf 100644
--- a/store/index.js
+++ b/store/index.js
@@ -17,6 +17,7 @@
 const store = new Vuex.Store({
 	// 下面这些值仅为示例,使用过程中请删除
 	state: {
+		
 		// 如果上面从本地获取的lifeData对象下有对应的属性,就赋值给state中对应的变量
 		userInfo: lifeData.userInfo ? lifeData.userInfo : {
 			avatar: '',
@@ -33,8 +34,9 @@
 		},
 		logPath: '',
 		// piAPI: 'http://223.82.109.183:2080/api',
+		piAPI: 'http://223.82.109.183:2082/api',
 		// piAPI: 'http://localhost:82/',
-		piAPI: 'http://192.168.0.108:81',
+		// piAPI: 'http://192.168.0.108:81',
 		puserName: '',
 		puserID: '',
 		puserIphone:'',

--
Gitblit v1.9.3