|
@@ -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 = {
|