diff --git a/src/views/mp/account/index.vue b/src/views/mp/account/index.vue
index 200a1e2ea..655170702 100644
--- a/src/views/mp/account/index.vue
+++ b/src/views/mp/account/index.vue
@@ -37,7 +37,7 @@
- {{ `${serverUrl}/admin-api/mp/open/${scope.row.appId}` }}
+ {{ 'http://服务端地址/admin-api/mp/open/' + scope.row.appId }}
@@ -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