From 97b418553da5db33bfface90fbe78246c96a3a13 Mon Sep 17 00:00:00 2001
From: du <13220750630.163.com>
Date: 星期二, 25 三月 2025 15:39:54 +0800
Subject: [PATCH] 页面logo修改

---
 easegen-front/src/views/Profile/components/BasicInfo.vue |  108 +++++++++++++++++++++++++++---------------------------
 1 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/easegen-front/src/views/Profile/components/BasicInfo.vue b/easegen-front/src/views/Profile/components/BasicInfo.vue
index 8a54873..753d2ff 100644
--- a/easegen-front/src/views/Profile/components/BasicInfo.vue
+++ b/easegen-front/src/views/Profile/components/BasicInfo.vue
@@ -1,38 +1,38 @@
 <template>
   <Form ref="formRef" :labelWidth="200" :rules="rules" :schema="schema">
-    <template #mobile="form">
-      <el-input
-        v-model="form['mobile']"
-        type="text"
-        placeholder="璇风粦瀹氭墜鏈哄彿"
-        readonly
-      >
-        <template #suffix>
-          <span class="input-action" @click="bindMobile" style="margin-right: 10px; color: #409EFF; cursor: pointer;">璁よ瘉</span>
-        </template>
-      </el-input>
-    </template>
-    <template #sex="form">
-      <el-radio-group v-model="form['sex']">
-        <el-radio :value="1">{{ t('profile.user.man') }}</el-radio>
-        <el-radio :value="2">{{ t('profile.user.woman') }}</el-radio>
-      </el-radio-group>
-    </template>
-    <template #apikey="form">
-      <el-input
-        v-model="form['apikey']"
-        type="password"
-        placeholder="API Key"
-        show-password
-        :readonly="true"
-        style="width: 300px;"
-      >
-        <template #suffix>
-          <span class="input-action" @click="refreshApiKey" style="margin-right: 10px; color: #409EFF; cursor: pointer;">鍒锋柊</span>
-          <span class="input-action" @click="copyApiKey" style="color: #409EFF; cursor: pointer;">澶嶅埗</span>
-        </template>
-      </el-input>
-    </template>
+<!--    <template #mobile="form">-->
+<!--      <el-input-->
+<!--        v-model="form['mobile']"-->
+<!--        type="text"-->
+<!--        placeholder="璇风粦瀹氭墜鏈哄彿"-->
+<!--        readonly-->
+<!--      >-->
+<!--        <template #suffix>-->
+<!--          <span class="input-action" @click="bindMobile" style="margin-right: 10px; color: #409EFF; cursor: pointer;">璁よ瘉</span>-->
+<!--        </template>-->
+<!--      </el-input>-->
+<!--    </template>-->
+<!--    <template #sex="form">-->
+<!--      <el-radio-group v-model="form['sex']">-->
+<!--        <el-radio :value="1">{{ t('profile.user.man') }}</el-radio>-->
+<!--        <el-radio :value="2">{{ t('profile.user.woman') }}</el-radio>-->
+<!--      </el-radio-group>-->
+<!--    </template>-->
+<!--    <template #apikey="form">-->
+<!--      <el-input-->
+<!--        v-model="form['apikey']"-->
+<!--        type="password"-->
+<!--        placeholder="API Key"-->
+<!--        show-password-->
+<!--        :readonly="true"-->
+<!--        style="width: 300px;"-->
+<!--      >-->
+<!--        <template #suffix>-->
+<!--          <span class="input-action" @click="refreshApiKey" style="margin-right: 10px; color: #409EFF; cursor: pointer;">鍒锋柊</span>-->
+<!--          <span class="input-action" @click="copyApiKey" style="color: #409EFF; cursor: pointer;">澶嶅埗</span>-->
+<!--        </template>-->
+<!--      </el-input>-->
+<!--    </template>-->
   </Form>
   <Dialog :before-close="handleClose" v-model="dialogVisible" title="鎵嬫満鍙疯璇�">
     <el-form
@@ -170,27 +170,27 @@
     label: t('profile.user.nickname'),
     component: 'Input'
   },
-  {
-    field: 'mobile',
-    label: t('profile.user.mobile'),
-    component: 'Input'
-  },
-  {
-    field: 'email',
-    label: t('profile.user.email'),
-    component: 'Input'
-  },
-  {
-    field: 'sex',
-    label: t('profile.user.sex'),
-    component: 'InputNumber',
-    value: 0
-  },
-  {
-    field: 'apikey',
-    label: 'API Key',
-    component: 'Input'
-  }
+  // {
+  //   field: 'mobile',
+  //   label: t('profile.user.mobile'),
+  //   component: 'Input'
+  // },
+  // {
+  //   field: 'email',
+  //   label: t('profile.user.email'),
+  //   component: 'Input'
+  // },
+  // {
+  //   field: 'sex',
+  //   label: t('profile.user.sex'),
+  //   component: 'InputNumber',
+  //   value: 0
+  // },
+  // {
+  //   field: 'apikey',
+  //   label: 'API Key',
+  //   component: 'Input'
+  // }
 ])
 const formRef = ref<FormExpose>() // 琛ㄥ崟 Ref
 const submit = () => {

--
Gitblit v1.9.3