'1'
This commit is contained in:
parent
0b7feca848
commit
15ff42798b
@ -21,7 +21,7 @@ const routes = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
const router = new VueRouter({
|
const router = new VueRouter({
|
||||||
mode: 'history',
|
mode: 'hash',
|
||||||
base: process.env.BASE_URL,
|
base: process.env.BASE_URL,
|
||||||
routes
|
routes
|
||||||
})
|
})
|
||||||
|
@ -34,8 +34,8 @@ function handleClose() {
|
|||||||
|
|
||||||
|
|
||||||
export default class WsClient {
|
export default class WsClient {
|
||||||
// static wsServer = 'ws://192.168.1.12:8080/dz-screen/websocket/1'
|
static wsServer = 'ws://172.16.1.112:8081/dz-screen/websocket/1'
|
||||||
static wsServer = 'ws://m306416y13.yicp.fun:48978/dz-screen/websocket/1'
|
// static wsServer = 'ws://m306416y13.yicp.fun:48978/dz-screen/websocket/1'
|
||||||
static tableMap = {
|
static tableMap = {
|
||||||
// 窑顶温度
|
// 窑顶温度
|
||||||
'kilnTempTopT1': 'kiln-top-1',
|
'kilnTempTopT1': 'kiln-top-1',
|
||||||
|
@ -5,4 +5,5 @@ module.exports = defineConfig({
|
|||||||
host: "127.0.0.1",
|
host: "127.0.0.1",
|
||||||
port: 8000,
|
port: 8000,
|
||||||
},
|
},
|
||||||
|
publicPath: './'
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user