chenjunkai 5 năm trước cách đây
mục cha
commit
2179233a4a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controller/index.py

+ 1 - 1
controller/index.py

@@ -76,7 +76,7 @@ class loginHandleView(TemplateView):
         # 返回code
         print(user)
         print(pwd)
-        auth_request_url = 'http://test.dvema.com/oalexa/auth'
+        auth_request_url = 'http://www.dvema.com/oalexa/auth'
         # auth_request_url = 'http://192.168.136.40:8077/oalexa/auth'
         requests_data = {'userName': user, 'userPwd': pwd}
         res = requests.post(url=auth_request_url, data=requests_data)