提交 e064d326 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

Merge branch 'master' of https://github.com/piexlmax/QMPlus

ENV = 'production'
VUE_APP_BASE_API = '/'
\ No newline at end of file
VUE_APP_BASE_API = '/v1'
\ No newline at end of file
......@@ -3,7 +3,7 @@
<vue-particle-line></vue-particle-line>
<el-main class="login-box">
<h1 class="title-1">GIN-VUE-ADMIN</h1>
<el-form :model="loginForm" :rules="rules" ref="loginForm" status-icon>
<el-form :model="loginForm" :rules="rules" ref="loginForm">
<el-form-item prop="username">
<el-input placeholder="请输入用户名" v-model="loginForm.username"></el-input>
</el-form-item>
......
......@@ -3,7 +3,7 @@
<vue-particle-line></vue-particle-line>
<el-main class="login-box">
<h1 class="title-1">GIN-VUE-ADMIN</h1>by 奇淼
<el-form :model="registForm" :rules="rules" ref="registForm" status-icon>
<el-form :model="registForm" :rules="rules" ref="registForm">
<el-form-item prop="username">
<el-input placeholder="请输入用户名" v-model="registForm.username"></el-input>
</el-form-item>
......
......@@ -27,6 +27,9 @@
各位在clone项目以后,把db文件导入自己创建的库后,最好前往七牛云申请自己的空间地址,
替换掉项目中的七牛云公钥,私钥,仓名和默认url地址,以免发生测试文件数据错乱
## 测试环境地址
http://qmplus.henrongyi.top/
## 环境搭建教学视频
腾讯视频:https://v.qq.com/x/page/e3008xjxqtu.html
......@@ -124,4 +127,4 @@ swag init
<div align=center>
<h3>qq交流群:622360840</h3>
<h3>微信交流群可以添加任意一位开发者备注"加入gin-vue-admin交流群"</h3>
</div>
\ No newline at end of file
</div>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册