We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bee8c commit 8eee46dCopy full SHA for 8eee46d
src/views/mp/account/index.vue
@@ -37,7 +37,7 @@
37
<el-table-column label="appId" align="center" prop="appId" width="180" />
38
<el-table-column label="服务器地址(URL)" align="center" prop="appId" width="360">
39
<template #default="scope">
40
- {{ 'http://服务端地址/mp/open/' + scope.row.appId }}
+ {{ 'http://服务端地址/admin-api/mp/open/' + scope.row.appId }}
41
</template>
42
</el-table-column>
43
<el-table-column label="二维码" align="center" prop="qrCodeUrl">
0 commit comments