ソースを参照

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

xing.li 3 年 前
コミット
e3b84464b4
共有1 個のファイルを変更した6 個の追加2 個の削除を含む
  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 = {