mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 14:08:06 +08:00
parent
cdb0f8e85c
commit
c2bb422b66
@ -387,7 +387,9 @@ const onSetting = async () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const changeDatabase = async () => {
|
const changeDatabase = async () => {
|
||||||
appStatusRef.value.onCheck();
|
if (currentDB.value.from === 'local') {
|
||||||
|
appStatusRef.value.onCheck();
|
||||||
|
}
|
||||||
for (const item of dbOptionsLocal.value) {
|
for (const item of dbOptionsLocal.value) {
|
||||||
if (item.database == currentDBName.value) {
|
if (item.database == currentDBName.value) {
|
||||||
currentDB.value = item;
|
currentDB.value = item;
|
||||||
|
@ -350,7 +350,9 @@ const onSetting = async () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const changeDatabase = async () => {
|
const changeDatabase = async () => {
|
||||||
appStatusRef.value.onCheck();
|
if (currentDB.value.from === 'local') {
|
||||||
|
appStatusRef.value.onCheck();
|
||||||
|
}
|
||||||
for (const item of dbOptionsLocal.value) {
|
for (const item of dbOptionsLocal.value) {
|
||||||
if (item.database == currentDBName.value) {
|
if (item.database == currentDBName.value) {
|
||||||
currentDB.value = item;
|
currentDB.value = item;
|
||||||
|
@ -222,7 +222,9 @@ const goRouter = async (target: string) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const changeDatabase = async () => {
|
const changeDatabase = async () => {
|
||||||
appStatusRef.value.onCheck();
|
if (currentDB.value.from === 'local') {
|
||||||
|
appStatusRef.value.onCheck();
|
||||||
|
}
|
||||||
for (const item of dbOptionsLocal.value) {
|
for (const item of dbOptionsLocal.value) {
|
||||||
if (item.database == currentDBName.value) {
|
if (item.database == currentDBName.value) {
|
||||||
currentDB.value = item;
|
currentDB.value = item;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user