From 9c3050a2b8e140f91c830cfafd1f5300f4b5dd72 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 16 Dec 2024 19:40:06 +0800
Subject: [PATCH] 新干路由配置调整、作战图显示调整
---
src/views/ochart/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/ochart/index.vue b/src/views/ochart/index.vue
index e1a09d2..461ba6b 100644
--- a/src/views/ochart/index.vue
+++ b/src/views/ochart/index.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2023-03-10 15:27:59
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-11-27 19:05:04
+ * @LastEditTime: 2024-12-16 19:25:30
* @FilePath: \bigScreen\src\views\ochart\index.vue
* @Description: 综合设计
*
@@ -11,7 +11,7 @@
<script setup>
import { Picture } from '@element-plus/icons-vue'
const { VITE_APP_BASE } = import.meta.env
-let image = ref(VITE_APP_BASE + 'img/ochart.jpeg')
+let image = ref(VITE_APP_BASE + 'img/ochart.jpg')
</script>
<template>
--
Gitblit v1.9.3