谢杰标 hace 3 años
padre
commit
2dcd8646df
Se han modificado 3 ficheros con 7 adiciones y 7 borrados
  1. BIN
      src/assets/xcxqrcode45.jpg
  2. 6 6
      src/axios.js
  3. 1 1
      src/components/toolbar/index.vue

BIN
src/assets/xcxqrcode45.jpg


+ 6 - 6
src/axios.js

@@ -1,17 +1,17 @@
 import axios from 'axios'
 import store from './store'
 import { Message } from 'element-ui'
-// export const BASE_URL = 'https://api.xyyxt.net'   //release
+export const BASE_URL = 'https://api.xyyxt.net'   //release
 // export const BASE_URL = 'https://test.xyyxt.net'   //预发布
-export const BASE_URL = 'http://120.79.166.78:19012'    //测试-外网
+// export const BASE_URL = 'http://120.79.166.78:19012'    //测试-外网
 // export const BASE_URL = 'http://192.168.1.222:5055'    //测试
-export const tenantId = '867735392558919680'
-// export const tenantId = '141250585240548145'
+// export const tenantId = '867735392558919680'
+export const tenantId = '141250585240548145'
 // export const tenantId = '667735392758919630'
 
 //图片上传api
-// export const BASE_IMG_URL = 'https://file.xyyxt.net/'     //release
-export const BASE_IMG_URL = 'https://file-dev.xyyxt.net/'  //test
+export const BASE_IMG_URL = 'https://file.xyyxt.net/'     //release
+// export const BASE_IMG_URL = 'https://file-dev.xyyxt.net/'  //test
 
 import tools from './common/tools'
 import router from './router'

+ 1 - 1
src/components/toolbar/index.vue

@@ -11,7 +11,7 @@
           </div>
           <img
             style="width: 150px; height: 150px"
-            src="@/assets/xcxqrcode.jpg"
+            src="@/assets/xcxqrcode45.jpg"
             alt=""
           />
         </div>