From 85b460b57cd7e9ad935042df74f40e1bbdfa3408 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期二, 22 十月 2024 09:13:36 +0800 Subject: [PATCH] ll --- h5_meeting/pages/index/config.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/h5_meeting/pages/index/config.vue b/h5_meeting/pages/index/config.vue index 58301ed..4765cd6 100644 --- a/h5_meeting/pages/index/config.vue +++ b/h5_meeting/pages/index/config.vue @@ -28,17 +28,20 @@ </template> <script> + import { baseUrl } from '@/utils/config.js' export default { data() { return { param: { - baseUrl: 'http://192.168.5.13/gateway_interface/' + baseUrl, + time: 60 } }; }, onLoad(){ const param = uni.getStorageSync('param') || { - baseUrl: 'http://192.168.5.13/gateway_interface/' + baseUrl: baseUrl, + time: 60 } this.param = { ...param } }, -- Gitblit v1.9.3