LIPENGTAO1313 6 年之前
父節點
當前提交
f2c7b6157d

+ 3 - 3
src/components/bench-views/ArticleTemplate.vue

@ -103,7 +103,7 @@
103 103
      },
104 104
      comTime: util.dateChange,
105 105
      expertList() {
106
        this.$axios.get(util.ekexiuUrl + this.url, {
106
        this.$axios.get(httpUrl.utilUrl + this.url, {
107 107
          params: this.expertParameters
108 108
        }).then((res) => {
109 109
          if (res.success) {
@ -127,7 +127,7 @@
127 127
        });
128 128
      },
129 129
      leaveWordTotal($data) {
130
         this.$axios.get(util.ekexiuUrl + '/ajax/leavemsg/count', {
130
         this.$axios.get(httpUrl.utilUrl + '/leavemsg/count', {
131 131
          params: {
132 132
            sid: $data.articleId,
133 133
            stype: 1
@ -140,7 +140,7 @@
140 140
        });
141 141
      },
142 142
      companyName($data) {
143
          this.$axios.get(util.ekexiuUrl + '/ajax/org/' + $data.ownerId, {
143
          this.$axios.get(httpUrl.utilUrl + '/org/' + $data.ownerId, {
144 144
            }).then((res) => {
145 145
            if (res.success) {
146 146
              $data.company = (res.data.forShort) ? res.data.forShort : res.data.name;

+ 1 - 1
src/components/bench-views/BusTemplate.vue

@ -66,7 +66,7 @@
66 66
      },
67 67
      expertList() {
68 68
        this.dataList = [];
69
        this.$axios.get(util.ekexiuUrl + this.url, {
69
        this.$axios.get(httpUrl.utilUrl + this.url, {
70 70
          params: this.expertParameters
71 71
        }).then((res) => {
72 72
          if (res.success) {

+ 1 - 1
src/components/bench-views/abutmentService/ButtService.vue

@ -23,7 +23,7 @@
23 23
    data() {
24 24
      return {
25 25
        activeName: 'first',
26
        url: '/ajax/platform/info/pqButtedOrgs'
26
        url: '/platform/info/pqButtedOrgs'
27 27
      };
28 28
    },
29 29
    components: {

+ 1 - 1
src/components/bench-views/businessManagement/BusRight.vue

@ -18,7 +18,7 @@
18 18
    data() {
19 19
      return {
20 20
        keyValue: '',
21
        url: '/ajax/platform/info/pqResidentOrgs',
21
        url: '/platform/info/pqResidentOrgs',
22 22
        inValue: ''
23 23
      };
24 24
    },

+ 1 - 1
src/components/bench-views/contentManagement/AlertBox.vue

@ -17,7 +17,7 @@
17 17
     data() {
18 18
      return {
19 19
        keyValue: '',
20
        url: '/ajax/article/pgPublishNotInPlatform',
20
        url: '/article/pgPublishNotInPlatform',
21 21
        inValue: ''
22 22
       };
23 23
     },

+ 1 - 1
src/components/bench-views/contentManagement/Dynamic.vue

@ -24,7 +24,7 @@
24 24
      return {
25 25
        dialogVisible: false,
26 26
        keyValue: '',
27
        url: '/ajax/article/pgPublishInPlatform',
27
        url: '/article/pgPublishInPlatform',
28 28
        inValue: '',
29 29
        Delele: false,
30 30
        addA: false

+ 1 - 1
src/components/bench-views/contentManagement/News.vue

@ -17,7 +17,7 @@
17 17
      data() {
18 18
        return {
19 19
          keyValue: '',
20
          url: '/ajax/article/pageQuery',
20
          url: '/article/pageQuery',
21 21
          inValue: ''
22 22
        };
23 23
      },

+ 2 - 2
src/components/form-views/BindAccount.vue

@ -76,7 +76,7 @@
76 76
      },
77 77
      cblur(ar) {
78 78
        if (util.regular(this.emailName.trim(), 'mail')) {
79
          this.$axios.get(util.ekexiuUrl + '/ajax/platform/checkEmail', {
79
          this.$axios.get(httpUrl.utilUrl + '/platform/checkEmail', {
80 80
            params: {
81 81
              email: this.emailName
82 82
            }
@ -87,7 +87,7 @@
87 87
              } else {
88 88
                    if (ar === 1) {
89 89
                      this.dialogFormVisible = false;
90
                      this.$axios.post(util.ekexiuUrl + '/ajax/platform/reqBindMail', {
90
                      this.$axios.post(httpUrl.utilUrl + '/platform/reqBindMail', {
91 91
                          id: this.platId,
92 92
                          mail: this.emailName,
93 93
                          url: httpUrl.platUrl + '/upMail?sc'