kk.shi před 3 roky
rodič
revize
87008e9beb
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 1 1
      pages/luckDraw/profile.json
  2. 2 2
      utils/request.js

+ 1 - 1
pages/luckDraw/profile.json

@@ -1,5 +1,5 @@
 {
-  "navigationBarTitleText": "",
+  "navigationBarTitleText": "中奖记录",
   "usingComponents": {
     "tab-bar": "./components/tabbar",
     "custom-preview-image": "../../components/customPreviewImage/customPreviewImage",

+ 2 - 2
utils/request.js

@@ -4,9 +4,9 @@ class request {
     //本地的
 //    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 = {