test ad
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="wwads-cn wwads-vertical wwads-sticky" data-id="148" style="max-width:180px" />
|
<div
|
||||||
|
v-if="show"
|
||||||
|
id="ww-container"
|
||||||
|
class="wwads-cn wwads-vertical"
|
||||||
|
data-id="148"
|
||||||
|
style="z-index:10000;position:fixed;bottom:0;right:1px;max-width:200px;padding: 12px 10px;border-radius:5px;"
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="login" :style="'background-image:url('+ Background +');'">
|
<div class="login" :style="'background-image:url('+ Background +');'">
|
||||||
|
<Ad />
|
||||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form">
|
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form">
|
||||||
<h3 class="title">
|
<h3 class="title">
|
||||||
ELADMIN 后台管理系统
|
ELADMIN 后台管理系统
|
||||||
@@ -32,7 +33,6 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
<Ad />
|
|
||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<div v-if="$store.state.settings.showFooter" id="el-login-footer">
|
<div v-if="$store.state.settings.showFooter" id="el-login-footer">
|
||||||
<span v-html="$store.state.settings.footerTxt" />
|
<span v-html="$store.state.settings.footerTxt" />
|
||||||
|
|||||||
Reference in New Issue
Block a user