v2-dev-order
xiaojunnuo 2025-07-23 00:12:51 +08:00
parent ab84835362
commit 69e6f2362e
1 changed files with 4 additions and 0 deletions

View File

@ -280,6 +280,10 @@ function openUpgrade() {
},
};
const productListUrl = computed(() => {
return `http://localhost:1017/subject/#/product/list?appKey=${settingStore.installInfo.appKey}&subjectId=${settingStore.installInfo.siteId}`;
});
const modalRef = modal.confirm({
title,
async onOk() {