|
|
@ -145,7 +145,7 @@ |
|
|
|
<script setup> |
|
|
|
<script setup> |
|
|
|
import { ref ,onMounted } from 'vue'; |
|
|
|
import { ref ,onMounted } from 'vue'; |
|
|
|
const indexState = ref(false); |
|
|
|
const indexState = ref(false); |
|
|
|
const currentTime = ref(new Date()); |
|
|
|
const currentTime = ref('0000年00月00日00时00分00秒'); |
|
|
|
const name = ref(''); |
|
|
|
const name = ref(''); |
|
|
|
name.value = JSON.parse(localStorage.getItem('TWMS-userInfo')).content.real_name; |
|
|
|
name.value = JSON.parse(localStorage.getItem('TWMS-userInfo')).content.real_name; |
|
|
|
|
|
|
|
|
|
|
|