|
@@ -26,7 +26,8 @@
|
|
|
import tool from '@/utils/tool'
|
|
|
const userInfo = tool.data.get('USER_INFO')
|
|
|
|
|
|
- const pic = ref('../../../../public/img/logo.png')
|
|
|
+ //const pic = ref('../../../../public/img/logo.png')
|
|
|
+ const pic = ref('../img/logo.png')
|
|
|
|
|
|
const currentTime = ref(dayjs().format('YYYY年MM月DD日 HH时mm分ss秒'))
|
|
|
// 运行定时器,一秒获取一次
|