😎logo更新

This commit is contained in:
zuohuaijun 2024-09-10 23:48:43 +08:00
parent 4a2d714b7a
commit fae91156e7
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<text style="font-size: 12px;color: #FFFFFF;">Copyright © 2024 Admin.NET All rights reserved.</text>
<br />
<view class="text-area">
<text style="font-size: 12px;color: #FFFFFF; position: absolute; margin: 0; bottom: 20px;">始创于2022年02月10日</text>
<text style="font-size: 12px;color: #FFFFFF; position: absolute; margin: 0; bottom: 20px;">始创于2022年10月10日</text>
</view>
</view>
</template>
@ -30,7 +30,7 @@
}
.logo {
height: 300rpx;
height: 200rpx;
width: 200rpx;
margin-top: 200rpx;
margin-left: auto;

View File

@ -1,7 +1,7 @@
const env = {
baseUrl: 'http://101.43.53.74:5005', // 服务器地址
header: {}, // 请求头
smKey: "044E6B087A52596D7B4F18687ED5EC1DD9A8E45A9016852C9698E1C958D55663C195C667D302EFD81839C460613398DABE49B469A4DD81B95F018ED8B7BBFA90BC" // sm2国密公匙
smKey: "04851D329AA3E38C2E7670AFE70E6E70E92F8769CA27C8766B12209A0FFBA4493B603EF7A0B9B1E16F0E8930C0406EA0B179B68DF28E25334BDEC4AE76D907E9E9" // sm2国密公匙
}
export { env }