增加测试公卫功能
parent
7169314b54
commit
8831df995a
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Laravel</title>
|
||||
<body>
|
||||
<form method="POST" action="/test">
|
||||
@csrf
|
||||
<input type="text" name="name" placeholder="姓名">
|
||||
<input name="sfz" placeholder="身份证">
|
||||
<button type="submit">查询</button>
|
||||
</form>
|
||||
</body>
|
||||
</head>
|
||||
</html>
|
||||
@ -1,4 +1,4 @@
|
||||
ENV = 'production'
|
||||
VITE_APP_API = 'http://223.71.106.251:33581/common/la/public/api/'
|
||||
VITE_APP_FILE = 'http://223.71.106.251:33581/common/la/public'
|
||||
VITE_APP_API = 'http://192.168.50.123:33583/common/la/public/api/'
|
||||
VITE_APP_FILE = 'http://192.168.50.123:33583/common/la/public'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue