代码提交

This commit is contained in:
pengqiao1993
2026-03-09 15:02:49 +08:00
parent 4c3039ade7
commit 2c826c767d
15 changed files with 3019 additions and 824 deletions

View File

@ -94,41 +94,12 @@ import {
} from "@/common/common.js"
import messageModel from './components/dialog.vue'
import config from '@/common/config.js'
import { Langlist } from '@/common/lang.js'
export default {
components: { messageModel },
data () {
return {
Langlist: [{
value: 'zh_CN',
label: '中文'
},
{
value: 'en_US',
label: 'English'
},
{
value: 'fr_FR',
label: 'French'
}
,
{
value: 'es_ES',
label: 'Spanish'
},
{
value: 'ar_EG',
label: 'Arabic'
},
{
value: 'de_DE',
label: 'German'
}
,
{
value: 'pl_PL',
label: 'Polish'
}
],
Langlist:Langlist,
phoneNo: "",
username: "",
password: "",
@ -300,8 +271,8 @@ export default {
this.checked = false
},
changeLanguage (val) {
this.$u.vuex("vuex_language", val[0].value);
this.$i18n.locale = val[0].value
this.$u.vuex("vuex_language", val[0].prop);
this.$i18n.locale = val[0].prop
},
uploadFile () {
this.isShowProgress = true;