Browse Source

home page

邹能昇 3 months ago
parent
commit
fbd8ecb04a
1 changed files with 1 additions and 1 deletions
  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,