liuhj 2 yıl önce
ebeveyn
işleme
6fc5db9586
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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: {