From b27ea54515f95e248da08072640d123d49de477f Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期四, 27 六月 2024 23:34:36 +0800 Subject: [PATCH] 修改了用户管理 --- ruoyi-ui/src/views/meeting/Home.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ruoyi-ui/src/views/meeting/Home.vue b/ruoyi-ui/src/views/meeting/Home.vue index 1925dc6..467ac69 100644 --- a/ruoyi-ui/src/views/meeting/Home.vue +++ b/ruoyi-ui/src/views/meeting/Home.vue @@ -6,22 +6,22 @@ <template> <div id="app1"> <!-- 澶撮儴鏍� --> - 1222222222222222222 - <comp-nav></comp-nav> + <!-- 1222222222222222222 --> + <!-- <comp-nav></comp-nav> --> <div class="content" :class="$isMobile && 'content-mobile'"> <!-- quick demo 浣跨敤鎸囧紩 --> - <comp-guidance></comp-guidance> + <!-- <comp-guidance></comp-guidance> --> <!-- sdkAppId銆乻ecretKey銆乽serId銆乺oomId 鍙傛暟杈撳叆鍖哄煙 --> - <p class="label">{{ $t('Params') }}</p> + <p class="label">{{ $t('鍩烘湰淇℃伅') }}</p> <div class="param-container" :class="$isMobile && 'param-container-mobile'"> <comp-info-input label="sdkAppId" type="number" @change="handleValueChange($event, 'sdkAppId')"></comp-info-input> <comp-info-input label="secretKey" @change="handleValueChange($event, 'secretKey')"></comp-info-input> <comp-info-input - label="userId" @change="handleValueChange($event, 'userId')"></comp-info-input> + label="鐢ㄦ埛鍚�" @change="handleValueChange($event, 'userId')"></comp-info-input> <comp-info-input - label="roomId" type="number" @change="handleValueChange($event, 'roomId')"></comp-info-input> + label="鎴块棿鍙�" type="number" @change="handleValueChange($event, 'roomId')"></comp-info-input> </div> <div class='alert'> <el-alert @@ -32,7 +32,7 @@ </el-alert> </div> <!-- 璁惧閫夋嫨鍖哄煙 --> - <p class="label">{{ $t('Device Select') }}</p> + <p class="label">{{ $t('浼氳璁剧疆') }}</p> <div class="param-container" :class="$isMobile && 'param-container-mobile'"> <comp-device-select deviceType="camera" @change="handleValueChange($event, 'cameraId')"></comp-device-select> -- Gitblit v1.9.1