Revert "/mp/open/ -> /admin-api/mp/open/"

This reverts commit 8eee46d8
pull/798/head
wuKong 2025-07-29 10:30:34 +08:00
parent 77d0d2de04
commit 9bff754127
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
<el-table-column label="appId" align="center" prop="appId" width="180" />
<el-table-column label="服务器地址(URL)" align="center" prop="appId" width="360">
<template #default="scope">
{{ `${serverUrl}/admin-api/mp/open/${scope.row.appId}` }}
{{ 'http://服务端地址/admin-api/mp/open/' + scope.row.appId }}
</template>
</el-table-column>
<el-table-column label="二维码" align="center" prop="qrCodeUrl">
@ -120,7 +120,7 @@ const queryParams = reactive({
appId: null
})
const queryFormRef = ref() //
const serverUrl = import.meta.env.VITE_BASE_URL
/** 查询列表 */
const getList = async () => {
loading.value = true