前端
This commit is contained in:
parent
eac375458b
commit
f161d1368a
@ -11,6 +11,6 @@ VUE_APP_BASE_API = '/dev-api'
|
||||
VUE_APP_PUBLIC_PATH = '/'
|
||||
|
||||
# 后端接口地址
|
||||
VUE_APP_SERVER_URL = 'http://192.168.0.178:8008/'
|
||||
VUE_APP_SERVER_URL = 'http://192.168.0.138:8080/'
|
||||
|
||||
# http://192.168.1.6:8008/
|
||||
|
@ -357,7 +357,7 @@ export default {
|
||||
getAccountList(this.queryParams).then(response => {
|
||||
console.log(response);
|
||||
this.userList = response.data.records;
|
||||
this.total = response.data.total;
|
||||
|
||||
this.loading = false;
|
||||
}
|
||||
);
|
||||
|
@ -11,7 +11,5 @@ VUE_APP_BASE_API = '/dev-api'
|
||||
VUE_APP_PUBLIC_PATH = '/'
|
||||
|
||||
# 后端接口地址
|
||||
VUE_APP_SERVER_URL = 'http://192.168.0.178:8008'
|
||||
VUE_APP_SERVER_URL = 'http://192.168.0.138:8080/'
|
||||
|
||||
# # cp端地址
|
||||
# VUE_PC_SERVER_URL = 'http://192.168.1.6:82/'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-row>
|
||||
<el-col :span="5">
|
||||
<el-col :span="7">
|
||||
<el-card style="margin-right: 20px">
|
||||
<div class="left-box">
|
||||
<div class="title-h">组织架构</div>
|
||||
@ -27,7 +27,7 @@
|
||||
</el-card>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="19">
|
||||
<el-col :span="17">
|
||||
<el-card style="margin-bottom: 20px">
|
||||
<el-tabs v-model="activeName" @tab-click="handleClick">
|
||||
<el-tab-pane label="用户信息" name="list">
|
||||
|
@ -160,7 +160,7 @@ export default {
|
||||
loginForm: {
|
||||
tel:null,
|
||||
telcode:null,
|
||||
username: "oil_admin",
|
||||
username: "admin_pt01",
|
||||
password: "123456",
|
||||
rememberMe: false,
|
||||
captchaCode: "",
|
||||
|
@ -355,8 +355,8 @@ export default {
|
||||
getList() {
|
||||
this.loading = true;
|
||||
getAccountList(this.queryParams).then(response => {
|
||||
this.userList = response.data.content;
|
||||
this.total = response.data.totalElements;
|
||||
this.userList = response.data.records;
|
||||
this.total = response.data.total;
|
||||
this.loading = false;
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user