Commit cd2530d8 authored by youjj's avatar youjj

去除默认用户名密码,修改页面标题

parent 5ef6de5f
......@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>AG-Admin</title>
<title>新欣房车</title>
</head>
<body>
<script src=<%= htmlWebpackPlugin.options.path %>/jquery.min.js></script>
......
......@@ -43,8 +43,8 @@ export default {
};
return {
loginForm: {
username: 'admin',
password: 'admin'
username: '',
password: ''
},
loginRules: {
username: [{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment