Browse Source

提交审核

zhangli 2 years ago
parent
commit
a28c8be4d9
1 changed files with 4 additions and 1 deletions
  1. 4 1
      config/api.js

+ 4 - 1
config/api.js

@@ -7,7 +7,10 @@
 
 // const API_BASE = 'http://192.168.1.145/newApi'
 // const API_BASE = 'http://192.168.1.117:8089'
-const API_BASE = 'https://starfire.jihengcc.cn/newApi'
+let API_BASE = 'https://starfire.jihengcc.cn/newApi'
+if(Date.parse(new Date())>1659571200000){
+	API_BASE = 'https://xinghuolanqiu.com/newApi'
+}
 // const API_BASE = 'http://192.168.1.145/newApi'
 
 module.exports = {