mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 12:13:46 +08:00
fix: 修正前端 user_init_call 字段错误和用户注册初始化头像路径问题
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<el-input v-model="system['admin_title']"/>
|
||||
</el-form-item>
|
||||
<el-form-item label="注册赠送次数" prop="init_calls">
|
||||
<el-input v-model.number="system['init_calls']" placeholder="新用户注册赠送对话次数"/>
|
||||
<el-input v-model.number="system['user_init_calls']" placeholder="新用户注册赠送对话次数"/>
|
||||
</el-form-item>
|
||||
<el-alert type="info" show-icon :closable="false">
|
||||
<p>在这里维护前端聊天页面可用的 GPT 模型列表</p>
|
||||
@@ -84,7 +84,6 @@ const system = ref({models: []})
|
||||
const chat = ref({})
|
||||
const loading = ref(true)
|
||||
const systemFormRef = ref(null)
|
||||
const tempModel = ref('')
|
||||
const models = ref([])
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user