feat:隐藏主题的选择
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<el-option v-for="item in langList" :key="item.value" :label="item.name" :value="item.value"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="Theme" prop="theme">
|
||||
<el-form-item label="Theme" prop="theme" style="display: none">
|
||||
<el-select id="account-input-language"
|
||||
class="right-box__select"
|
||||
v-model="editProfile.theme"
|
||||
@@ -68,7 +68,7 @@ import editRigthBox from '@/components/common/mixin/editRigthBox'
|
||||
import { theme } from '@/components/common/js/constants'
|
||||
|
||||
export default {
|
||||
name: 'modelbox',
|
||||
name: 'profilebox',
|
||||
components: {
|
||||
},
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user