blade 6 سال پیش
والد
کامیت
e1a1cccdb4

+ 3 - 0
package-lock.json

@@ -0,0 +1,3 @@
+{
+  "lockfileVersion": 1
+}

+ 1 - 1
pc_chat/config/index.js

@@ -12,7 +12,7 @@ module.exports = {
     assetsPublicPath: '/',
     proxyTable: {
       '/api': {
-        target:'http://kfadmin.bocai186.com',  // 后台访问地址
+        target:'http://manage.281570.com',  // 后台访问地址
         // target:'http://192.168.2.187:8090',  // 后台访问地址
         changeOrigin: true,
         pathRewrite: {

+ 2 - 2
pc_chat/index.html

@@ -5,8 +5,8 @@
 	<meta name="viewport" content="width=device-width,initial-scale=1.0">
 	<!-- 外部链接图片加载 -->
 	<meta name="referrer" content="no-referrer"/>
-	<link rel ="shortcut icon" type="image/x-icon" href="static/logo.gif">
-	<title>大博集团智能客服系统</title>
+	<!-- <link rel ="shortcut icon" type="image/x-icon" href="static/logo.gif">-->
+	<title>智能客服系统</title>
 </head>
 <body>
 <div id="app"></div>

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 244 - 244
pc_chat/package-lock.json


+ 1 - 1
pc_chat/src/api/http.js

@@ -4,7 +4,7 @@ import qs from 'qs'  // 序列化字符串
 // 请求超时时间
 axios.defaults.timeout = 10000
 // 线上
-let Base = 'http://kfadmin.bocai186.com'
+let Base = 'http://manage.281570.com'
 // 开发
 // let Base = ''
 function headerUrl(url) {

+ 4 - 3
pc_chat/src/components/chat.vue

@@ -602,7 +602,7 @@
 				userConversation: {}, //用户当前会话
 				machineAndAtl: 10, //默认为机器人,100为人工
 				satisfaction: 1, //评价满意度,1为满意,2为一般,3为不满意
-				url: 'http://kfadmin.bocai186.com', // 域名地址
+				url: 'http://manage.281570.com', // 域名地址
 				// url: 'http://192.168.2.187:8090', // 域名地址
 				user_info: '', // 用户信息
 				// 人工客服信息
@@ -1197,7 +1197,7 @@
 			initWebSocket() {
 				let _this = this;
 				let apiToken = this.$md5.hex_md5('customer-service' + window.location.origin);
-				this.websock = new WebSocket('ws://kfadmin.bocai186.com:9101?apiToken=' + apiToken);
+				this.websock = new WebSocket('ws://ky.281570.com:9101?apiToken=' + apiToken);
 				// this.websock = new WebSocket('ws://192.168.2.187:9101?apiToken=' + apiToken);
 				this.websock.debug = true;
 				// 数据接收
@@ -1697,7 +1697,8 @@
 						'uid': this.user_info.id,
 						'name': this.user_info.name,
 						'avatar': this.user_info.avatar,
-						'group': this.group
+						'group': this.group,
+						'settype':'pc'
 					}
 				}
 				this.websock.send(JSON.stringify(data));

+ 1 - 1
pc_chat/src/components/ledgeBase.vue

@@ -125,7 +125,7 @@
 				imgss: [],
 				showimgs:false,
 				showimgss:false,
-				url: 'http://kfadmin.bocai186.com', // 域名地址
+				url: 'http://manage.281570.com', // 域名地址
 				// url: 'http://192.168.2.187:8090', // 域名地址
 				pages: 1,
 				optionCont: "",

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 242 - 242
service_exe/package-lock.json


+ 1 - 1
service_exe/package.json

@@ -49,7 +49,7 @@
     "linux": {
       "icon": "build/icons/icon.png"
     },
-    "extraResources":  {
+    "extraResources": {
       "from": "build/icons/",
       "to": "./"
     }

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است