'1'
This commit is contained in:
		@@ -21,7 +21,7 @@ const routes = [
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
const router = new VueRouter({
 | 
			
		||||
  mode: 'history',
 | 
			
		||||
  mode: 'hash',
 | 
			
		||||
  base: process.env.BASE_URL,
 | 
			
		||||
  routes
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
@@ -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',
 | 
			
		||||
 
 | 
			
		||||
@@ -5,4 +5,5 @@ module.exports = defineConfig({
 | 
			
		||||
    host: "127.0.0.1",
 | 
			
		||||
    port: 8000,
 | 
			
		||||
  },
 | 
			
		||||
  publicPath: './'
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user