This commit is contained in:
张恪铭 2023-05-14 16:12:59 +08:00
parent 0b7feca848
commit 15ff42798b
4 changed files with 3800 additions and 3764 deletions

View File

@ -21,7 +21,7 @@ const routes = [
]
const router = new VueRouter({
mode: 'history',
mode: 'hash',
base: process.env.BASE_URL,
routes
})

View File

@ -34,8 +34,8 @@ function handleClose() {
export default class WsClient {
// static wsServer = 'ws://192.168.1.12:8080/dz-screen/websocket/1'
static wsServer = 'ws://m306416y13.yicp.fun:48978/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 tableMap = {
// 窑顶温度
'kilnTempTopT1': 'kiln-top-1',

View File

@ -5,4 +5,5 @@ module.exports = defineConfig({
host: "127.0.0.1",
port: 8000,
},
publicPath: './'
});

7557
yarn.lock

File diff suppressed because it is too large Load Diff