no message
This commit is contained in:
parent
f1c5529f8c
commit
7395fe45eb
@ -8,11 +8,11 @@ const APP_CONFIG = {
|
|||||||
// Cookie name
|
// Cookie name
|
||||||
SESSIONNAME: 'miucms_session',
|
SESSIONNAME: 'miucms_session',
|
||||||
//TokenName
|
//TokenName
|
||||||
TOKEN_NAME: "authorization",
|
TOKEN_NAME: "token",
|
||||||
// 网站LOGO, 正式形
|
// 网站LOGO, 正式形
|
||||||
APP_LOGO: '',
|
APP_LOGO: '',
|
||||||
//接口地址
|
//接口地址
|
||||||
API_URL: 'https://app.gter.net/admin',
|
API_URL: 'https://ps.xiaoapi.com/admin',
|
||||||
|
|
||||||
// 微信扫码登录
|
// 微信扫码登录
|
||||||
MY_SHOW_LOGIN_OAUTH:true,
|
MY_SHOW_LOGIN_OAUTH:true,
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<title><%= VUE_APP_TITLE %></title>
|
<title><%= VUE_APP_TITLE %></title>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
document.write("<script src='config.js?"+new Date().getTime()+"'><\/script>");
|
document.write("<script src='config.js'><\/script>");
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -17,6 +17,9 @@
|
|||||||
{{ item.description }}
|
{{ item.description }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="installed" v-if="item.installed">
|
||||||
|
<span><el-icon><component :is="'el-icon-Select'" /></el-icon></span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -31,6 +34,34 @@ let props = defineProps({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
|
.tab-box .installed{
|
||||||
|
background-color: #54cbffd4;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
position: absolute;
|
||||||
|
right: -35px;
|
||||||
|
bottom: 0px;
|
||||||
|
transform: rotate(315deg);
|
||||||
|
box-shadow: 0 0 10px #8888888a;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.tab-box .installed span {
|
||||||
|
border: 1px solid #54cbffd4;
|
||||||
|
transform: rotate(45deg);
|
||||||
|
color: #fff;
|
||||||
|
display: block;
|
||||||
|
font: bold 100% 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
|
margin: 0px 0;
|
||||||
|
padding: 0px 35px;
|
||||||
|
text-align: center;
|
||||||
|
text-shadow: 0 0 1px #44444463;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.dis-f {
|
.dis-f {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
@ -99,6 +130,7 @@ let props = defineProps({
|
|||||||
-webkit-transition: all .2s ease;
|
-webkit-transition: all .2s ease;
|
||||||
transition: all .2s ease;
|
transition: all .2s ease;
|
||||||
width: calc(33.33333% - 16.7px);
|
width: calc(33.33333% - 16.7px);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-box:hover {
|
.tab-box:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user