Browse Source

home page

邹能昇 3 tháng trước cách đây
mục cha
commit
fbd8ecb04a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      nova-tourism/pages/my/merchant/login/index.js

+ 1 - 1
nova-tourism/pages/my/merchant/login/index.js

@@ -59,7 +59,7 @@ Page({
             return;
         }
         wx.request({
-            url: "https://test.fmode.cn/api/auth/store_user",
+            url: "https://server.fmode.cn/api/auth/store_user",
             method: "post", //请求方式
             data: {
                 username: this.data.username,