Browse Source

修复首页时间

master
马远东 1 year ago
parent
commit
f8964586d0
  1. 2
      src/views/wel/index.vue

2
src/views/wel/index.vue

@ -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;

Loading…
Cancel
Save