CN-430 DNS Dashboard添加满屏翻页效果

This commit is contained in:
hyx
2022-04-13 20:34:43 +08:00
parent 3f0181de1e
commit 0bf3534f0d
6 changed files with 68 additions and 13 deletions

View File

@@ -206,6 +206,7 @@ export default {
if (requestUrl && requestUrl.indexOf('dnsServerRole') > -1) {
this.queryParams.dnsServerRole = extraParams.dnsServerRole || dnsServerRole.RTDNS
}
if (requestUrl) {
get(replaceUrlPlaceholder(requestUrl, this.queryParams)).then(response => {
if (response.code === 200) {