Browse Source

8/8需求

Tang 3 years ago
parent
commit
bd218af028
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/axios.js
  2. 2 2
      src/pages/home/index.vue

+ 2 - 2
src/axios.js

@@ -2,8 +2,8 @@ import axios from 'axios'
 import store from './store'
 // export const BASE_URL = 'https://api.xyyxt.net'   //release
 // export const BASE_URL = 'http://42.192.164.187:19005'    //test
-// export const BASE_URL = 'https://test.xyyxt.net'   //预发布
-export const BASE_URL = 'http://192.168.1.24:5055'    //dev
+export const BASE_URL = 'https://test.xyyxt.net'   //预发布
+// export const BASE_URL = 'http://192.168.1.24:5055'    //dev
 // export const BASE_URL = 'http://120.79.166.78:19012'    //测试-外网
 export const tenantId = '867735392558919680'
 

+ 2 - 2
src/pages/home/index.vue

@@ -702,7 +702,7 @@ export default {
 
         //题库
       } else if (item.goodsType == 2) {
-          this.clearMsg();
+        this.clearMsg();
         this.$router.push({
           path: "/person-center/my-bank/bank-detail/" + item.goodsId,
           query: {
@@ -1303,7 +1303,7 @@ export default {
           }
           this.$nextTick(() => {
             this.msgData = res.data;
-            this.msgShow = true
+            this.msgShow = true;
           });
         } else {
           this.msgShow = false;