Browse Source

修改fix

bobo 3 years ago
parent
commit
c30b0fe311
1 changed files with 3 additions and 3 deletions
  1. 3 3
      utils/request.js

+ 3 - 3
utils/request.js

@@ -2,11 +2,11 @@ import util, { isFunc } from './util.js'
 class request {
 
     //本地的
-//    static BASE_URL = 'http://localhost:8014/'
+//   static BASE_URL = 'http://localhost:8014/'
 //   pre环境的
-   static BASE_URL = 'https://oapi.shpr.top/'
+//   static BASE_URL = 'https://oapi.shpr.top/'
 //   正式的
-//   static BASE_URL = 'https://vapi.hsayi.com/'
+     static BASE_URL = 'https://vapi.hsayi.com/'
 //   @todo需要修改正式的域名
 
   static HEAD = {