Browse Source

修改版本信息

plg 4 months ago
parent
commit
ab040874be
2 changed files with 2 additions and 3 deletions
  1. 2 2
      src/utils/http.js
  2. 0 1
      src/views/manage/interfacePrice/reportList.vue

+ 2 - 2
src/utils/http.js

@@ -16,8 +16,8 @@ import { router } from "@/router";
 // axios.defaults.baseURL = 'https://81.70.207.4:8070';
 // axios.defaults.baseURL = 'https://child.hhnao.com:8070';
 // axios.defaults.baseURL = 'https://child.hhnao.com:8070';
-export const basePath='http://10.113.248.3:8086'
-// export const basePath='http://43.143.198.30:8086'
+// export const basePath='http://10.113.248.3:8086'
+export const basePath='http://43.143.198.30:8086'
 axios.defaults.baseURL = basePath;
 // axios.defaults.baseURL = "http://43.143.198.30:8086";
 

+ 0 - 1
src/views/manage/interfacePrice/reportList.vue

@@ -146,7 +146,6 @@
             <div class="user_out">
               <div class="user_out_sub">报告类型</div>
               <div class="user_out_subNext">
-                {{ detailObj.reportType}}
                 <span v-if="detailObj.reportType=='1'">邀约使用</span>
                 <span v-else-if="detailObj.reportType=='2'">渠道使用</span>
                 <span v-else-if="detailObj.reportType=='3'">公众号使用</span>