Commit 03121b28 authored by lixy's avatar lixy

备案号---添加banner

parent 3e994942
...@@ -45,7 +45,7 @@ export function getBannerList(query) { ...@@ -45,7 +45,7 @@ export function getBannerList(query) {
*/ */
export function addBanner(params) { export function addBanner(params) {
return fetch({ return fetch({
url: '/api/app/admin/banner/page', url: '/api/app/admin/banner',
method: 'post', method: 'post',
data: params data: params
}); });
......
...@@ -17,6 +17,9 @@ ...@@ -17,6 +17,9 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<div style="position: fixed; bottom: 50px; width: 100%; text-align: center;">
<a href="http://beian.miit.gov.cn" target="_blank" style="color: #62a8ea;">粤ICP备19072339号-1</a>
</div>
<el-dialog title="第三方验证" :visible.sync="showDialog"> <el-dialog title="第三方验证" :visible.sync="showDialog">
邮箱登录成功,请选择第三方验证 邮箱登录成功,请选择第三方验证
<social-sign></social-sign> <social-sign></social-sign>
......
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