Просмотр исходного кода

修改获取当前企业信息的接口

suntg 8 лет назад
Родитель
Сommit
b394c16e5f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/register-saler/Register.vue

+ 1 - 1
components/register-saler/Register.vue

@@ -85,7 +85,7 @@
         isSelf = true
       }
       if (!isSelf) { // 是企业
-        this.$http.get('/basic/enterprise/' + tempEnterprise.uu + '/detailInfo')
+        this.$http.get('/basic/enterprise/' + tempEnterprise.uu + '/info')
           .then(response => {
             this.enterpriseData = response.data
             this.section = 1