update database

This commit is contained in:
RockYang
2024-11-14 16:01:27 +08:00
parent 4d10279870
commit c434f85045
7 changed files with 933 additions and 885 deletions

View File

@@ -193,7 +193,7 @@ const fetchData = () => {
const add = function () {
showDialog.value = true
title.value = "新增 API KEY"
item.value = {enabled: true}
item.value = {enabled: true,api_url:"https://api.geekai.pro"}
}
const edit = function (row) {