Compare commits

...

2 Commits

Author SHA1 Message Date
hrx
013ce924bb Merge branch 'main' of https://git.opencomputing.cn/yumoqing/kboss 2025-11-21 11:16:38 +08:00
hrx
3491eed86a updata 2025-11-21 11:16:24 +08:00
8 changed files with 9 additions and 9 deletions

View File

@ -100,7 +100,7 @@ Vue.use(HappyScroll)
// });
// // 禁止F12和开发者工具快捷键
// document.addEventListener('keydown', function(e) {
// document.addEventListener('keydown', function(e ) {
// // 禁止F12
// if (e.key === 'F12') {
// e.preventDefault();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -550,8 +550,8 @@ export default Vue.extend({
}
.function-icon {
width: 30px;
height: 30px;
width: 100%;
height: 100%;
}
.function-content {

View File

@ -142,8 +142,8 @@ export default Vue.extend({
}
},
created() {
// initMybalance 使 computed mybalance
this.initMybalance(); //
this.initMybalance();
this.getUnreadMsgCount();
this.fetchTodoCount();
},
@ -186,8 +186,8 @@ export default Vue.extend({
const iconIndex = index % this.navIcons.length;
return this.navIcons[iconIndex];
},
// initMybalance 使 computed mybalance
async initMybalance() { //
async initMybalance() {
const res = await editReachargelogAPI()
if (res.status) {
this.mybalance = res.data