no message

This commit is contained in:
小陌 2023-09-08 17:22:28 +08:00
parent f1c5529f8c
commit 7395fe45eb
3 changed files with 35 additions and 3 deletions

View File

@ -8,11 +8,11 @@ const APP_CONFIG = {
// Cookie name
SESSIONNAME: 'miucms_session',
//TokenName
TOKEN_NAME: "authorization",
TOKEN_NAME: "token",
// 网站LOGO, 正式形
APP_LOGO: '',
//接口地址
API_URL: 'https://app.gter.net/admin',
API_URL: 'https://ps.xiaoapi.com/admin',
// 微信扫码登录
MY_SHOW_LOGIN_OAUTH:true,

View File

@ -8,7 +8,7 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= VUE_APP_TITLE %></title>
<script type="text/javascript">
document.write("<script src='config.js?"+new Date().getTime()+"'><\/script>");
document.write("<script src='config.js'><\/script>");
</script>
</head>
<body>

View File

@ -17,6 +17,9 @@
{{ item.description }}
</div>
</div>
<div class="installed" v-if="item.installed">
<span><el-icon><component :is="'el-icon-Select'" /></el-icon></span>
</div>
</div>
</template>
@ -31,6 +34,34 @@ let props = defineProps({
</script>
<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 {
display: flex;
}
@ -99,6 +130,7 @@ let props = defineProps({
-webkit-transition: all .2s ease;
transition: all .2s ease;
width: calc(33.33333% - 16.7px);
overflow: hidden;
}
.tab-box:hover {