Przeglądaj źródła

调整api地址和标题

zhengbingbing 5 lat temu
rodzic
commit
3fd046fbc9

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

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

+ 2 - 2
CallCenterWeb.UI/index.html

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

+ 3 - 3
CallCenterWeb.UI/login.html

1
-<!DOCTYPE html>
1
+<!DOCTYPE html>
2
 <html lang="en">
2
 <html lang="en">
3
 <head>
3
 <head>
4
     <meta charset="utf-8">
4
     <meta charset="utf-8">
25
                 <div class="signin_panel">
25
                 <div class="signin_panel">
26
                 	<div class="logo_title">
26
                 	<div class="logo_title">
27
                         <div class="logo_img">
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
                         </div>
29
                         </div>
30
                         <div class="logo_content">
30
                         <div class="logo_content">
31
                             <div class="logo_text">
31
                             <div class="logo_text">
32
-                                <span>双汇售后服务管理系统</span>
32
+                                <span>中航光电呼叫中心管理系统</span>
33
                             </div>
33
                             </div>
34
                             <div class="logo_footer">
34
                             <div class="logo_footer">
35
                             </div>
35
                             </div>