diff --git a/src/components/liveCall/LiveCallItemHome.vue b/src/components/liveCall/LiveCallItemHome.vue index 58bc90c..7c2a86f 100644 --- a/src/components/liveCall/LiveCallItemHome.vue +++ b/src/components/liveCall/LiveCallItemHome.vue @@ -6,7 +6,8 @@ 电话号码:{{ recordObj.phone ||'--'}}
工单名称:{{ recordObj.orderName||'--' }}
-
{{ recordObj.type=='1'?'线路一':recordObj.type=='2'?'线路二':'' }}
+ +
{{ lineName }}
@@ -51,6 +52,10 @@ const props = defineProps({ type: Object, default: {} }, + lineName: { + type: String, + default: '' + }, }) const getScrollbarRef=()=>{ diff --git a/src/components/liveCall/index.vue b/src/components/liveCall/index.vue index 1289503..6b06420 100644 --- a/src/components/liveCall/index.vue +++ b/src/components/liveCall/index.vue @@ -1,8 +1,8 @@ diff --git a/vite.config.js b/vite.config.js index a3ab326..13ff68e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -77,9 +77,9 @@ export default defineConfig({ // }, "/api": { // target: "http://frp.feashow.cn:31800/", - target: "http://112.19.165.99:20002/", + target: "http://10.8.105.91:28080/", changeOrigin: true, - // rewrite: (path) => path.replace(/^\/api/, ""), + rewrite: (path) => path.replace(/^\/api/, ""), }, // "/socket": { // target: "ws://frp.feashow.cn:8081/ws",