test ad
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<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>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<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">
|
||||
<h3 class="title">
|
||||
ELADMIN 后台管理系统
|
||||
@@ -32,7 +33,6 @@
|
||||
</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<Ad />
|
||||
<!-- 底部 -->
|
||||
<div v-if="$store.state.settings.showFooter" id="el-login-footer">
|
||||
<span v-html="$store.state.settings.footerTxt" />
|
||||
|
||||
Reference in New Issue
Block a user