This commit is contained in:
qingjiao 2025-04-03 16:50:17 +08:00
parent b72a47a31a
commit b119839c34
5 changed files with 18 additions and 17 deletions

View File

@ -6,7 +6,8 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>logo.svg">
<title><%= webpackConfig.name %></title>
<!-- <title><%= webpackConfig.name %></title>-->
<title>IP Speaker</title>
</head>
<body>
<div id="app"></div>

View File

@ -1,17 +1,17 @@
<template>
<el-dropdown trigger="click" class="international" @command="handleSetLanguage">
<div>
<svg-icon class-name="international-icon" icon-class="language" />
</div>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item :disabled="language==='zh'" command="zh">
中文
</el-dropdown-item>
<el-dropdown-item :disabled="language==='en'" command="en">
English
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<!-- <el-dropdown trigger="click" class="international" @command="handleSetLanguage">-->
<!-- <div>-->
<!-- <svg-icon class-name="international-icon" icon-class="language" />-->
<!-- </div>-->
<!-- <el-dropdown-menu slot="dropdown">-->
<!-- <el-dropdown-item :disabled="language==='zh'" command="zh">-->
<!-- 中文-->
<!-- </el-dropdown-item>-->
<!-- <el-dropdown-item :disabled="language==='en'" command="en">-->
<!-- English-->
<!-- </el-dropdown-item>-->
<!-- </el-dropdown-menu>-->
<!-- </el-dropdown>-->
</template>
<script>

View File

@ -109,7 +109,7 @@ export default {
chooseFile: 'Upgrade File',
microphoneSwitch: 'Microphone Switch',
factorySettingsTips:
'The default IP address of the device in the factory state is 192.168.1.108. After the restoration, you need to log in again.',
'The default IP address of the device in the factory state is 192.168.1.101. After the restoration, you need to log in again.',
fileUpload: 'File uploading...',
fileSave: 'Saving...',
routerRestartIng: 'Device Rebooting...',

View File

@ -101,7 +101,7 @@ export default {
chooseFile: '选择文件',
microphoneSwitch: '内置麦克风开关',
factorySettingsTips:
'出厂状态默认设备IP地址为192.168.1.108,恢复完成后需重新登录。',
'出厂状态默认设备IP地址为192.168.1.101,恢复完成后需重新登录。',
routerRestartTips: '设备即将重启,是否确认继续!',
fileUpload: '文件上传中...',
fileSave: '正在保存...',

View File

@ -66,7 +66,7 @@
<el-button type="default" style="width:20%;margin-bottom:30px;" @click.native.prevent="cancelLogin">
{{ $t('login.logCancel') }}
</el-button>
<lang-select class="set-language" />
<!-- <lang-select class="set-language" />-->
</el-form>
</div>
<el-dialog :visible.sync="dialogVisible" :title="$t('login.changePassword')" width="600px">