zhengbingbing лет назад: 5
Родитель
Сommit
3fd046fbc9

+ 2 - 2
CallCenterWeb.UI/Script/Common/huayi.config.js

@@ -1,10 +1,10 @@
1
-if (huayi == undefined) {
1
+if (huayi == undefined) {
2 2
     var huayi = {};
3 3
 }
4 4
 huayi.config = {
5 5
    //callcenter_url: "http://localhost:7456/",//生产环境 前端Web站IP和端口
6 6
    // callcenter_url: "http://192.168.4.18:4687/",//生产环境 前端Web站IP和端口
7
-    callcenter_url: "http://192.168.8.9:1001/",//生产环境 前端Web站IP和端口
7
+    callcenter_url: "http://192.168.8.20:1030/",//生产环境 前端Web站IP和端口
8 8
     socket_ip: "192.168.8.4",//WebSocket通讯ip
9 9
     socket_port: "8081",    //WebSocket通讯端口
10 10
     menuworktime: 1000 * 60,    //菜单工单数量刷新间隔

+ 2 - 2
CallCenterWeb.UI/index.html

@@ -1,4 +1,4 @@
1
-<!DOCTYPE html>
1
+<!DOCTYPE html>
2 2
 <html>
3 3
 
4 4
 <head>
@@ -6,7 +6,7 @@
6 6
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 7
     <meta name="renderer" content="webkit|ie-comp|ie-stand" />
8 8
     <meta http-equiv="Cache-Control" content="no-siteapp" />
9
-    <title>双汇客服中心管理系统</title>
9
+    <title>中航光电呼叫中心管理系统</title>
10 10
     <script src="./Script/Common/huayi.load.js"></script>
11 11
     <script src="./Script/Common/huayi.config.js"></script>
12 12
     <link rel="shortcut icon" href="img/32.ico" />

+ 3 - 3
CallCenterWeb.UI/login.html

@@ -1,4 +1,4 @@
1
-<!DOCTYPE html>
1
+<!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4 4
     <meta charset="utf-8">
@@ -25,11 +25,11 @@
25 25
                 <div class="signin_panel">
26 26
                 	<div class="logo_title">
27 27
                         <div class="logo_img">
28
-                            <img src="img/logo_shuanghui.png" alt="" width="65px" height="50px"/>
28
+                            <img src="" alt="" width="65px" height="50px"/>
29 29
                         </div>
30 30
                         <div class="logo_content">
31 31
                             <div class="logo_text">
32
-                                <span>双汇售后服务管理系统</span>
32
+                                <span>中航光电呼叫中心管理系统</span>
33 33
                             </div>
34 34
                             <div class="logo_footer">
35 35
                             </div>