rabin 8 年 前
コミット
01a88243ea
2 ファイル変更1 行追加0 行削除
  1. 1 0
      front/page/user.py
  2. 0 0
      front/templates/pc/login.html

+ 1 - 0
front/page/user.py

@@ -11,6 +11,7 @@ class login_path(Load):
 	def get(self):
 		#url = Demeter.config['web']['url']
 		#self.redirect(url)
+		self.data['url'] = self.input('url', '/device')
 		self.view("login.html")
 	def post(self):
 		mobile = self.input('username')

ファイルの差分が大きいため隠しています
+ 0 - 0
front/templates/pc/login.html


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません