diff --git a/src/components/global.vue b/src/components/global.vue index 1f38926..165a9f1 100644 --- a/src/components/global.vue +++ b/src/components/global.vue @@ -144,7 +144,7 @@ if (this.code == '') { this.toLoad() } - }, 500) + }, 3000) }, methods: { onCloneZt() { @@ -206,7 +206,7 @@ let options = { connectTimeout: 4000, // 超时时间 // 认证信息 - clientId: '', //不填默认随机生成一个ID + clientId: `tzdy-web::${this.cite.code}`, //不填默认随机生成一个ID username: 'admin', //用户名 password: 'public' //密码 }