mirror of https://github.com/certd/certd
chore:
parent
ab84835362
commit
69e6f2362e
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue