浏览代码

修改0413

liuhj 2 年之前
父节点
当前提交
6fc5db9586
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/components/child/PageConfig.vue

+ 3 - 3
src/components/child/PageConfig.vue

@@ -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: {