补正
This commit is contained in:
parent
fd610d1bc7
commit
ddfd6c0e8a
@ -2,7 +2,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
// baseUrl: 'https://www.nuoyunr.com/admin-api',
|
// baseUrl: 'https://www.nuoyunr.com/admin-api',
|
||||||
// baseUrl: 'http://127.0.0.1:48080/admin-api',
|
// baseUrl: 'http://127.0.0.1:48080/admin-api',
|
||||||
baseUrl: 'http://9ahrr4.natappfree.cc/admin-api',
|
baseUrl: 'http://8fh65c.natappfree.cc/admin-api',
|
||||||
imagesUrl: 'http://www.nuoyunr.com/lananRsc',
|
imagesUrl: 'http://www.nuoyunr.com/lananRsc',
|
||||||
baseImageUrl: 'https://www.nuoyunr.com/minio',
|
baseImageUrl: 'https://www.nuoyunr.com/minio',
|
||||||
wsUrl: 'ws://127.0.0.1:48080',
|
wsUrl: 'ws://127.0.0.1:48080',
|
||||||
|
@ -73,6 +73,11 @@ export default {
|
|||||||
if (!this.loading && this.queryParams.pageNum < this.pages) {
|
if (!this.loading && this.queryParams.pageNum < this.pages) {
|
||||||
this.queryParams.pageNum += 1;
|
this.queryParams.pageNum += 1;
|
||||||
this.getTableData(true);
|
this.getTableData(true);
|
||||||
|
}else {
|
||||||
|
uni.showToast({
|
||||||
|
title: '没有下一页数据',
|
||||||
|
icon: 'none'
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
Loading…
Reference in New Issue
Block a user