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

View File

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

View File

@ -109,7 +109,7 @@ export default {
chooseFile: 'Upgrade File', chooseFile: 'Upgrade File',
microphoneSwitch: 'Microphone Switch', microphoneSwitch: 'Microphone Switch',
factorySettingsTips: 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...', fileUpload: 'File uploading...',
fileSave: 'Saving...', fileSave: 'Saving...',
routerRestartIng: 'Device Rebooting...', routerRestartIng: 'Device Rebooting...',

View File

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

View File

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