添加阿里云服务器

This commit is contained in:
junleea 2025-06-11 14:02:59 +08:00
parent 2a477d18ca
commit 7cf85e8bdb
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ export default {
filterable allow-create
@change="handleServerChange"
>
<el-option v-for="item in serverList" :key="item.value" :label="item.label" :value="item.value"></el-option>
<el-option v-for="item in server_list" :key="item.value" :label="item.label" :value="item.value"></el-option>
</el-select>
</el-form-item>
</el-form>