瀏覽代碼

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

suntg 7 年之前
父節點
當前提交
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