Shannon_mu %!s(int64=2) %!d(string=hai) anos
pai
achega
13b9f79512
Modificáronse 22 ficheiros con 42 adicións e 42 borrados
  1. 2 2
      operationSupport/src/views/businessManagement/opportunityManagement/index.vue
  2. 3 3
      operationSupport/src/views/businessManagement/opportunityManagement/setpPage/add.vue
  3. 1 1
      operationSupport/src/views/businessManagement/opportunityManagement/setpPage/details.vue
  4. 2 2
      operationSupport/src/views/communityoperation/advertisingManagement/index.vue
  5. 1 1
      operationSupport/src/views/flow/communityTree.vue
  6. 1 1
      operationSupport/src/views/flow/popups/AddOrEdit.vue
  7. 1 1
      operationSupport/src/views/ownerManagement/houselessHolds/add.vue
  8. 2 2
      operationSupport/src/views/ownerManagement/houselessHolds/index.vue
  9. 2 2
      operationSupport/src/views/parkingLotAdministration/pageJump/partitionManagement.vue
  10. 1 1
      operationSupport/src/views/payService/systemSetup/stepPage/communityTree.vue
  11. 1 1
      operationSupport/src/views/payService/systemSetup/stepPage/gateSetup.vue
  12. 1 1
      operationSupport/src/views/payService/systemSetup/stepPage/paymentSetup.vue
  13. 1 1
      operationSupport/src/views/payService/systemSetup/stepPage/valveSetup.vue
  14. 1 1
      operationSupport/src/views/propertyManagement/common/upImage.vue
  15. 1 1
      operationSupport/src/views/propertyManagement/index.vue
  16. 2 2
      operationSupport/src/views/propertyManagement/inform.vue
  17. 5 5
      operationSupport/src/views/propertyManagement/neighbor.vue
  18. 4 4
      operationSupport/src/views/propertyManagement/stepPage/indexEdit.vue
  19. 3 3
      operationSupport/src/views/propertyManagement/stepPage/informAdd.vue
  20. 1 1
      operationSupport/src/views/workOrders/index.vue
  21. 1 1
      operationSupport/src/views/workOrders/records.vue
  22. 5 5
      operationSupport/src/views/workbench/index.vue

+ 2 - 2
operationSupport/src/views/businessManagement/opportunityManagement/index.vue

@@ -146,7 +146,7 @@ export default {
     };
   },
   created () {
-    this.mixins_dataUrl = '/sc-community-web/business/page';
+    this.mixins_dataUrl = '/sc-community/business/page';
     this.mixins_query = {};
     this.mixins_search();
     this.getUserList();
@@ -203,7 +203,7 @@ export default {
       });
     },
     exportExcel () {
-      this.__exportExcel('/sc-community-web/business/excel', this.mixins_query);
+      this.__exportExcel('/sc-community/business/excel', this.mixins_query);
     },
     getUserList () {
       this.$http.get('/sc-user-center/user/findUserList').then(({ data, status, msg }) => {

+ 3 - 3
operationSupport/src/views/businessManagement/opportunityManagement/setpPage/add.vue

@@ -410,9 +410,9 @@ export default {
       console.log('this.formData.intentionLevel', this.formData.intentionLevel);
       this.$refs.formData.validate((valid) => {
         if (valid) {
-          let url = '/sc-community-web/business/add';
+          let url = '/sc-community/business/add';
           if (this.params.todo == 'edit') {
-            url = '/sc-community-web/business/edit';
+            url = '/sc-community/business/edit';
           }
           // let houseIds = [];
           this.timePeriod.map((item) => {
@@ -533,7 +533,7 @@ export default {
     });
     if (this.params.todo == 'edit') {
       console.log(this.params.data);
-      let url = `/sc-community-web/business/find/${this.params.data}`;
+      let url = `/sc-community/business/find/${this.params.data}`;
       this.$http.get(url).then(({ status, msg, data }) => {
         if (status == 0) {
           this.close();

+ 1 - 1
operationSupport/src/views/businessManagement/opportunityManagement/setpPage/details.vue

@@ -159,7 +159,7 @@ export default {
   methods: {
     getDatali (id) {
       this.$http
-        .get('/sc-community-web/business/find/' + id)
+        .get('/sc-community/business/find/' + id)
         .then(({ data, msg, status }) => {
           if (status == 0) {
             this.thisItem = data;

+ 2 - 2
operationSupport/src/views/communityoperation/advertisingManagement/index.vue

@@ -165,7 +165,7 @@ export default {
         deluserbyidFn(id) {
             this.$msgBox(`删除`, '删除后将无法恢复,请问是否继续?')
                 .then(() => {
-                    this.$http.post(`/sc-community-web/advertising/delete/${id}`).then(({ status, data, msg }) => {
+                    this.$http.post(`/sc-community/advertising/delete/${id}`).then(({ status, data, msg }) => {
                         if (0 === status) {
                             this.$message({
                                 type: 'success',
@@ -199,7 +199,7 @@ export default {
         Scrap(id) {
             this.$msgBox(`是否确定终止对应的广告?`, '广告终止后无法在移动端播放')
                 .then(() => {
-                    this.$http.post(`/sc-community-web/advertising/expiry/${id}`).then(({ status, data, msg }) => {
+                    this.$http.post(`/sc-community/advertising/expiry/${id}`).then(({ status, data, msg }) => {
                         if (0 === status) {
                             this.$message({
                                 type: 'success',

+ 1 - 1
operationSupport/src/views/flow/communityTree.vue

@@ -38,7 +38,7 @@ export default {
     },
     methods: {
         getOrgTreeList() {
-            this.$http.get('/sc-community-web/assets/community/list').then(({ status, data, msg }) => {
+            this.$http.get('/sc-community/assets/community/list').then(({ status, data, msg }) => {
                 if (status === 0 && data) {
                     this.organList = data;
                     this.$nextTick().then(() => {

+ 1 - 1
operationSupport/src/views/flow/popups/AddOrEdit.vue

@@ -88,7 +88,7 @@ export default {
     },
     methods: {
         getOrgTreeList() {
-            this.$http.get('/sc-community-web/assets/community/list').then(({ status, data, msg }) => {
+            this.$http.get('/sc-community/assets/community/list').then(({ status, data, msg }) => {
                 if (status === 0 && data) {
                     this.organList = data;
                     // this.$nextTick().then(() => {

+ 1 - 1
operationSupport/src/views/ownerManagement/houselessHolds/add.vue

@@ -357,7 +357,7 @@ export default {
 
 
     submit () {
-      this.$http.post('/sc-community-web/scResident/unboundHouse/save', { houseList: this.formData.houseList, id: this.params.row.id }).then(({ data, msg, status }) => {
+      this.$http.post('/sc-community/scResident/unboundHouse/save', { houseList: this.formData.houseList, id: this.params.row.id }).then(({ data, msg, status }) => {
         if (status == 0) {
           this.$message.success('修改成功');
         } else {

+ 2 - 2
operationSupport/src/views/ownerManagement/houselessHolds/index.vue

@@ -114,7 +114,7 @@ export default {
       });
       this.$msgBox(`删除`, '删除后将无法恢复,请问是否继续?')
         .then((_) => {
-          this.$http.post('/sc-community-web/scResident/unboundHouse/batchDelete', ids).then(({ status, data, msg }) => {
+          this.$http.post('/sc-community/scResident/unboundHouse/batchDelete', ids).then(({ status, data, msg }) => {
             if (0 === status) {
               this.$message({
                 type: 'success',
@@ -152,7 +152,7 @@ export default {
     },
   },
   created () {
-    this.mixins_dataUrl = '/sc-community-web/scResident/unboundHouse/page';
+    this.mixins_dataUrl = '/sc-community/scResident/unboundHouse/page';
     this.mixins_query = {};
     this.mixins_search();
   }

+ 2 - 2
operationSupport/src/views/parkingLotAdministration/pageJump/partitionManagement.vue

@@ -121,7 +121,7 @@ export default {
         deleteOne(ids) {
             this.$msgBox(`刪除`, '删除后将无法恢复,请问是否继续?')
                 .then(() => {
-                    this.$http.post('/sc-community-web/assets/garage/area/delete', [ids]).then(({ status }) => {
+                    this.$http.post('/sc-community/assets/garage/area/delete', [ids]).then(({ status }) => {
                         if (0 === status) {
                             this.$message({
                                 type: 'success',
@@ -152,7 +152,7 @@ export default {
             });
             this.$msgBox(`删除`, '删除后将无法恢复,请问是否继续?')
                 .then((_) => {
-                    this.$http.post('/sc-community-web/assets/garage/area/delete', ids).then(({ status, data, msg }) => {
+                    this.$http.post('/sc-community/assets/garage/area/delete', ids).then(({ status, data, msg }) => {
                         if (0 === status) {
                             this.$message({
                                 type: 'success',

+ 1 - 1
operationSupport/src/views/payService/systemSetup/stepPage/communityTree.vue

@@ -38,7 +38,7 @@ export default {
     },
     methods: {
         getOrgTreeList() {
-            this.$http.get('/sc-community-web/assets/community/list').then(({ status, data, msg }) => {
+            this.$http.get('/sc-community/assets/community/list').then(({ status, data, msg }) => {
                 if (status === 0 && data) {
                     this.organList = data;
                     this.$nextTick().then(() => {

+ 1 - 1
operationSupport/src/views/payService/systemSetup/stepPage/gateSetup.vue

@@ -77,7 +77,7 @@ export default {
         getData() {
             let instaData = { communityId: this.currentId, category: 3, pageNum: 1, pageSize: 10 };
             this.$http
-                .post('/sc-community-web/systemConfig/page', instaData)
+                .post('/sc-community/systemConfig/page', instaData)
                 .then(({ data, msg, status }) => {
                     if (data.total == 0) {
                         this.formData = JSON.parse(JSON.stringify(this.initFormData));

+ 1 - 1
operationSupport/src/views/payService/systemSetup/stepPage/paymentSetup.vue

@@ -279,7 +279,7 @@ export default {
         getData() {
             let instaData = { communityId: this.currentId, category: 1, pageNum: 1, pageSize: 10 };
             this.$http
-                .post('/sc-community-web/systemConfig/page', instaData)
+                .post('/sc-community/systemConfig/page', instaData)
                 .then(({ data, msg, status }) => {
                     if (data.total == 0) {
                         this.formData = JSON.parse(JSON.stringify(this.initFormData));

+ 1 - 1
operationSupport/src/views/payService/systemSetup/stepPage/valveSetup.vue

@@ -79,7 +79,7 @@ export default {
         getData() {
             let instaData = { communityId: this.currentId, category: 2, pageNum: 1, pageSize: 10 };
             this.$http
-                .post('/sc-community-web/systemConfig/page', instaData)
+                .post('/sc-community/systemConfig/page', instaData)
                 .then(({ data, msg, status }) => {
                     if (data.total == 0) {
                         this.formData = JSON.parse(JSON.stringify(this.initFormData));

+ 1 - 1
operationSupport/src/views/propertyManagement/common/upImage.vue

@@ -3,7 +3,7 @@
         <!-- <el-button class="el-icon-plus" @click="handleSubmit">插入</el-button> -->
         <el-upload
             class="upload-image"
-            action="/sc-community-web/upload/uploadFile"
+            action="/sc-community/upload/uploadFile"
             list-type="picture-card"
             :limit="limit"
             :on-exceed="onExceed"

+ 1 - 1
operationSupport/src/views/propertyManagement/index.vue

@@ -186,7 +186,7 @@ export default {
     },
     created() {
         this.getCommunityList();
-        this.mixins_dataUrl = '/sc-community-web/feedback/page';
+        this.mixins_dataUrl = '/sc-community/feedback/page';
         this.mixins_search();
     },
     mounted() {},

+ 2 - 2
operationSupport/src/views/propertyManagement/inform.vue

@@ -195,7 +195,7 @@ export default {
         //     this.add();
         // }
         this.getCommunityList();
-        this.mixins_dataUrl = '/sc-community-web/notice/page';
+        this.mixins_dataUrl = '/sc-community/notice/page';
         this.mixins_query = {};
         this.mixins_search();
         this.getOrgTreeList();
@@ -380,7 +380,7 @@ export default {
             this.showDetail = false;
             // 弹框关闭事件
             // this.rowDetail = [];
-            this.$http.get('/sc-community-web/notice/find/' + row.id).then((res) => {
+            this.$http.get('/sc-community/notice/find/' + row.id).then((res) => {
                 if (res.status === 0) {
                     // console.log('查看详情res.data.treeData', res.data.treeData);
                     this.rowDetail = res.data;

+ 5 - 5
operationSupport/src/views/propertyManagement/neighbor.vue

@@ -231,7 +231,7 @@ export default {
 
     created() {
         this.getCommunityList();
-        this.mixins_dataUrl = '/sc-community-web/neighbourhood/page';
+        this.mixins_dataUrl = '/sc-community/neighbourhood/page';
         this.mixins_query = {};
         this.mixins_search();
     },
@@ -275,13 +275,13 @@ export default {
         // 删除评论按钮
         deletes(val) {
             console.log('删除', val);
-            this.$http.post('/sc-community-web/neighbourhood/comment/delete/' + val).then((res) => {
+            this.$http.post('/sc-community/neighbourhood/comment/delete/' + val).then((res) => {
                 this.message(res.status, res.msg);
             });
         },
         // // 删除行按钮
         // deleteDetail() {
-        //     this.$http.post('/sc-community-web/neighbourhood/delete/' + this.rowData.id).then((res) => {
+        //     this.$http.post('/sc-community/neighbourhood/delete/' + this.rowData.id).then((res) => {
         //         this.message(res.status, '删除');
         //     });
         // },
@@ -322,7 +322,7 @@ export default {
         clickEdit(type, row) {
             this.mediaList = [];
             if (type == 'endit') {
-                this.$http.get('/sc-community-web/neighbourhood/find/' + row.id).then((res) => {
+                this.$http.get('/sc-community/neighbourhood/find/' + row.id).then((res) => {
                     if (res.status === 0) {
                         if (res.data.file) {
                             let file = res.data.file;
@@ -352,7 +352,7 @@ export default {
                 this.$msgBox(title)
                     .then(() => {
                         this.$http
-                            .post('/sc-community-web/neighbourhood/delete/' + row.id)
+                            .post('/sc-community/neighbourhood/delete/' + row.id)
                             .then(({ status, msg }) => {
                                 if (0 === status) {
                                     this.$message.success(msg);

+ 4 - 4
operationSupport/src/views/propertyManagement/stepPage/indexEdit.vue

@@ -219,12 +219,12 @@ export default {
                         houseId: this.rowData.houseId,
                         id: this.rowData.id
                     };
-                    this.$http.post('/sc-community-web/feedback/update', query).then((res) => {});
+                    this.$http.post('/sc-community/feedback/update', query).then((res) => {});
                     let querys = {
                         fid: this.rowData.id,
                         replyContent: this.replayForm.replay
                     };
-                    this.$http.post('/sc-community-web/feedback/speed/add', querys).then(({ status, msg }) => {
+                    this.$http.post('/sc-community/feedback/speed/add', querys).then(({ status, msg }) => {
                         if (status == 0) {
                             this.$message.success(msg);
                             this.params.callback();
@@ -243,7 +243,7 @@ export default {
         clickEdit(row) {
             this.mediaList = [];
             // 获取处理内容
-            this.$http.post(`/sc-community-web/feedback/find/${row.id}`).then((res) => {
+            this.$http.post(`/sc-community/feedback/find/${row.id}`).then((res) => {
                 if (res.status === 0) {
                     this.rowData = res.data;
                     if (res.data.imageUrl.length > 0) {
@@ -257,7 +257,7 @@ export default {
                 fid: row.id
             };
             // 获取处理记录
-            this.$http.get('/sc-community-web/feedback/speed/list', query).then((res) => {
+            this.$http.get('/sc-community/feedback/speed/list', query).then((res) => {
                 this.recordData = res.data;
             });
         }

+ 3 - 3
operationSupport/src/views/propertyManagement/stepPage/informAdd.vue

@@ -140,7 +140,7 @@
                         <div>
                             <el-upload
                                 class="upload-fill"
-                                action="/sc-community-web/upload/uploadFile"
+                                action="/sc-community/upload/uploadFile"
                                 :on-preview="handlePreview"
                                 :on-remove="handleRemove"
                                 :before-remove="beforeRemove"
@@ -418,7 +418,7 @@ export default {
             this.selectDataHouseTreeData.userID = val.userList;
             // this.selectDataHouseTreeData = val;
             // 获取房间下的usid
-            this.$http.post('/sc-community-web/notice/queryHouseUser', val.userList).then((res) => {
+            this.$http.post('/sc-community/notice/queryHouseUser', val.userList).then((res) => {
                 if (res.status === 0) {
                     this.selectDataHouseTreeData.userList = res.data;
                 } else {
@@ -581,7 +581,7 @@ export default {
                         urgentFlag: this.ruleForm.exigencyOr == '是' ? 1 : 0,
                         userVos: userVos
                     };
-                    this.$http.post('/sc-community-web/notice/add', query).then((res) => {
+                    this.$http.post('/sc-community/notice/add', query).then((res) => {
                         if (res.status === 0) {
                             this.$message.success(res.msg);
                             this.$refs.endit.setContent('');

+ 1 - 1
operationSupport/src/views/workOrders/index.vue

@@ -116,7 +116,7 @@ export default {
     },
     created() {
         this.getorgTree();
-        this.mixins_dataUrl = '/sc-community-web/workOrder/pageByHandle';
+        this.mixins_dataUrl = '/sc-community/workOrder/pageByHandle';
         this.mixins_query = {};
         this.mixins_search();
         this.getUserList();

+ 1 - 1
operationSupport/src/views/workOrders/records.vue

@@ -133,7 +133,7 @@ export default {
     },
     created() {
         this.getorgTree();
-        this.mixins_dataUrl = '/sc-community-web/workOrder/page';
+        this.mixins_dataUrl = '/sc-community/workOrder/page';
         this.mixins_query = {};
         this.mixins_search();
     },

+ 5 - 5
operationSupport/src/views/workbench/index.vue

@@ -265,7 +265,7 @@ export default {
         /** 查看通知公告详情*/
         clickDatail(val) {
             // this.rowDetail = [];
-            this.$http.get('/sc-community-web/notice/find/' + val).then((res) => {
+            this.$http.get('/sc-community/notice/find/' + val).then((res) => {
                 if (res.status === 0) {
                     this.rowDetail = res.data;
                     let treeData = JSON.parse(res.data.treeData);
@@ -453,7 +453,7 @@ export default {
 
         // 获取待处理事项
         getPendData() {
-            this.$http.get('/sc-community-web/Workbench/pendingMatters').then((res) => {
+            this.$http.get('/sc-community/Workbench/pendingMatters').then((res) => {
                 if (res.status == 0) {
                     this.pendData = res.data;
                 } else {
@@ -463,7 +463,7 @@ export default {
         },
         // 获取房屋信息
         getHouseData() {
-            this.$http.get('/sc-community-web/Workbench/totalHouseInfo').then((res) => {
+            this.$http.get('/sc-community/Workbench/totalHouseInfo').then((res) => {
                 if (res.status == 0) {
                     this.houseData = res.data;
                 } else {
@@ -473,7 +473,7 @@ export default {
         },
         // 获取告警信息
         getWarnData() {
-            this.$http.get('/sc-community-web/Workbench/getWaringInfo').then((res) => {
+            this.$http.get('/sc-community/Workbench/getWaringInfo').then((res) => {
                 if (res.status == 0) {
                     this.warnData = res.data;
                 } else {
@@ -484,7 +484,7 @@ export default {
 
         // 获取通知信息
         getInformData() {
-            this.$http.get('/sc-community-web/Workbench/getNoticeInfo').then((res) => {
+            this.$http.get('/sc-community/Workbench/getNoticeInfo').then((res) => {
                 if (res.status == 0) {
                     let data = res.data;
                     this.informData = data;