|
@@ -176,10 +176,10 @@ export default {
|
|
|
pageList:[], //页面数据
|
|
|
SearchInput:'', //查询的值
|
|
|
currentPage : 1 , //页码
|
|
|
- pageSize: 5,// 每页的数据条数
|
|
|
+ pageSize: 10,// 每页的数据条数
|
|
|
ModulValue:'', //模块val
|
|
|
ModulList:[],//模块数据
|
|
|
- PathUrl:'http://localhost:5256',
|
|
|
+ PathUrl:'',
|
|
|
dialogVisible: false,
|
|
|
showModal: false, //测试弹层
|
|
|
dialogTitle:'测试标题',
|
|
@@ -220,7 +220,7 @@ export default {
|
|
|
methods: {
|
|
|
pageload(){
|
|
|
var that = this;
|
|
|
- this.$axios.post(this.PathUrl + '/api/System/PageConfigInit', {
|
|
|
+ this.$axios.post('/api/System/PageConfigInit', {
|
|
|
|
|
|
}, {
|
|
|
headers: {
|