Shannon_mu 3 лет назад
Родитель
Сommit
ae45fbaba6

+ 1 - 1
commandCenter/src/views/communityAssets/assembly/discount.vue

@@ -64,7 +64,7 @@ export default {
   methods: {
     getData () {
       this.$http
-        .get('/sc-community-web/countDeviceAlarmLast30Days', this.mixins_query)
+        .get('/sc-community/countDeviceAlarmLast30Days', this.mixins_query)
         .then(({ status, data, msg }) => {
           if (status == 0) {
             let dateTime = [],

+ 1 - 1
commandCenter/src/views/industrialInvestment/assembly/BusinessOpportunity.vue

@@ -54,7 +54,7 @@ export default {
   },
   methods: {
     getData () {
-      this.$http.get('/sc-community-web/business/statistics/source', this.mixins_query).then(({ data, msg, status }) => {
+      this.$http.get('/sc-community/business/statistics/source', this.mixins_query).then(({ data, msg, status }) => {
 
         if (status == 0) {
           let newData = [];

+ 1 - 1
commandCenter/src/views/industrialInvestment/assembly/enterpriseDistribution.vue

@@ -41,7 +41,7 @@ export default {
   },
   methods: {
     getData () {
-      this.$http.get('/sc-community-web/statisticEnterpriseType', this.mixins_query).then(({ data, msg, status }) => {
+      this.$http.get('/sc-community/statisticEnterpriseType', this.mixins_query).then(({ data, msg, status }) => {
         if (status == 0) {
           this.clientOptions = ringType([], this.eachartObj(data), {}, { type: '', total: data.total });
         }

+ 1 - 1
commandCenter/src/views/industrialInvestment/assembly/personnelSalesanalysis.vue

@@ -82,7 +82,7 @@ export default {
   methods: {
     getData () {
       this.$http
-        .get('/sc-community-web/business/statistics/user', this.mixins_query)
+        .get('/sc-community/business/statistics/user', this.mixins_query)
         .then(({ status, data, msg }) => {
 
           if (status == 0) {

+ 1 - 1
commandCenter/src/views/industrialInvestment/assembly/salesFunnel.vue

@@ -60,7 +60,7 @@ export default {
   methods: {
     getData () {
       this.$http
-        .get('/sc-community-web/business/statistics/status', this.mixins_query)
+        .get('/sc-community/business/statistics/status', this.mixins_query)
         .then(({ status, data, msg }) => {
 
           if (status == 0) {

+ 1 - 1
commandCenter/src/views/operationalServices/assembly/distributionSuggestion.vue

@@ -69,7 +69,7 @@ export default {
   },
   methods: {
     getData () {
-      this.$http.get('/sc-community-web/statisticComplaint', this.mixins_query).then(({ data, msg, status }) => {
+      this.$http.get('/sc-community/statisticComplaint', this.mixins_query).then(({ data, msg, status }) => {
         if (status == 0 && !!data.datas) {
           this.clientOptions = ringType(colors, this.eachartObj(data), {}, { type: 'number', total: data.total });
         }

+ 1 - 1
commandCenter/src/views/operationalServices/assembly/scoringOperationPersonnel.vue

@@ -59,7 +59,7 @@ export default {
   methods: {
     getData () {
       this.$http
-        .get('/sc-community-web/statisticWorkOrderEvaluate', this.mixins_query)
+        .get('/sc-community/statisticWorkOrderEvaluate', this.mixins_query)
         .then(({ status, data, msg }) => {
           if (status == 0 && data.length != 0) {
             let name = [];

+ 1 - 1
commandCenter/src/views/operationalServices/assembly/todayTask.vue

@@ -85,7 +85,7 @@ export default {
   methods: {
     // 获取房屋信息
     getData () {
-      this.$http.get('/sc-community-web/statisticTodayTask', this.mixins_query).then(({ data, msg, status }) => {
+      this.$http.get('/sc-community/statisticTodayTask', this.mixins_query).then(({ data, msg, status }) => {
         if (status == 0) {
           this.blockArr[0].resData = data.workOrder.total;
           this.blockArr[1].resData = data.feedback.total;