Selaa lähdekoodia

fix(招聘) 添加接口签名 上传图片接口不需要添加

xing.li 3 vuotta sitten
vanhempi
commit
e3b84464b4
1 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  1. 6 2
      utils/request.js

+ 6 - 2
utils/request.js

@@ -1,8 +1,12 @@
 import util from './util.js'
 class request {
 
-  static BASE_URL = 'http://www.lx.com:81/'
-//   static BASE_URL = 'https://oapi.shpr.top/'//pre环境的
+    //本地的
+    //  static BASE_URL = 'http://www.lx.com:81/'
+//   pre环境的
+//   static BASE_URL = 'https://oapi.shpr.top/'
+//   正式的
+  static BASE_URL = 'https://vapi.hsayi.com/'
 //   @todo需要修改正式的域名
 
   static HEAD = {