bug修改
This commit is contained in:
parent
a29651d3cc
commit
c016af8b91
|
@ -4,7 +4,7 @@ ENV = 'development'
|
||||||
# base api
|
# base api
|
||||||
# VUE_APP_BASE_API = '/dev-api'
|
# VUE_APP_BASE_API = '/dev-api'
|
||||||
VUE_APP_BASE_API = 'http://117.50.215.20:20400'
|
VUE_APP_BASE_API = 'http://117.50.215.20:20400'
|
||||||
# VUE_APP_BASE_API = 'http://yruibao.com:81'
|
# VUE_APP_BASE_API = 'https://yruibao.com'
|
||||||
|
|
||||||
|
|
||||||
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||||
|
|
|
@ -4,4 +4,5 @@ ENV = 'production'
|
||||||
# base api
|
# base api
|
||||||
# VUE_APP_BASE_API = '/prod-api'
|
# VUE_APP_BASE_API = '/prod-api'
|
||||||
VUE_APP_BASE_API = 'http://117.50.215.20:20400'
|
VUE_APP_BASE_API = 'http://117.50.215.20:20400'
|
||||||
|
# VUE_APP_BASE_API = 'https://yruibao.com'
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,6 @@ ENV = 'production'
|
||||||
|
|
||||||
# base api
|
# base api
|
||||||
# VUE_APP_BASE_API = '/prod-api'
|
# VUE_APP_BASE_API = '/prod-api'
|
||||||
|
# VUE_APP_BASE_API = 'https://yruibao.com'
|
||||||
VUE_APP_BASE_API = 'http://127.0.0.1:8080'
|
VUE_APP_BASE_API = 'http://127.0.0.1:8080'
|
||||||
|
|
||||||
|
|
|
@ -227,6 +227,11 @@ export default {
|
||||||
this.getList();
|
this.getList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
handleClose() {
|
||||||
|
this.userPrams.page=1
|
||||||
|
this.listPrams.page=1
|
||||||
|
this.dialogVisibles = false;
|
||||||
|
},
|
||||||
pageChange(page) {
|
pageChange(page) {
|
||||||
this.tableFrom.page = page;
|
this.tableFrom.page = page;
|
||||||
this.getList();
|
this.getList();
|
||||||
|
@ -241,13 +246,14 @@ export default {
|
||||||
},
|
},
|
||||||
userhandleSizeChange(val){
|
userhandleSizeChange(val){
|
||||||
this.userPrams.limit = val;
|
this.userPrams.limit = val;
|
||||||
this.gettodaylist()
|
this.getuserlist()
|
||||||
},
|
},
|
||||||
todaypageChange(page){
|
todaypageChange(page){
|
||||||
this.listPrams.page = page;
|
this.listPrams.page = page;
|
||||||
this.getuserlist()
|
this.gettodaylist()
|
||||||
},
|
},
|
||||||
userpageChange(page){
|
userpageChange(page){
|
||||||
|
|
||||||
this.userPrams.page = page;
|
this.userPrams.page = page;
|
||||||
this.getuserlist()
|
this.getuserlist()
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user