From 9e534b4c5bba1f9786fe92bf84a9b3e64b276d68 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 20 五月 2024 14:22:37 +0800
Subject: [PATCH] 卧式理片笼出片规则改为相同版图id版序倒序出片
---
UI-Project/src/main.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/UI-Project/src/main.js b/UI-Project/src/main.js
index 41bf9c3..fe656ab 100644
--- a/UI-Project/src/main.js
+++ b/UI-Project/src/main.js
@@ -1,5 +1,5 @@
import './assets/main.css'
-
+
import { createApp } from 'vue'
import { createPinia } from 'pinia'
import piniaPluginPersistedstate from 'pinia-plugin-persistedstate'
@@ -11,8 +11,8 @@
import VXETable from 'vxe-table'
import 'vxe-table/lib/style.css'
// import i18n from './lang/i18n'
-
-
+
+
const app = createApp(App)
const pinia = createPinia()
pinia.use(piniaPluginPersistedstate )
@@ -23,5 +23,5 @@
app.use(ElementPlus,{
locale: zhCn,
})
-
-app.mount('#app')
+
+app.mount('#app')
\ No newline at end of file
--
Gitblit v1.8.0