commit 39fed2c08c9d96873315da1f923b136478bf112a Author: zuqijia <2924963185@qq.com> Date: Fri May 15 18:18:51 2026 +0800 初始化:静态菜单版 数据大屏管理系统,对接KLPL3数据库 diff --git a/.env b/.env new file mode 100644 index 0000000..513df18 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +VUE_APP_API_BASE_URL=http://localhost:8080/api +VUE_APP_TITLE=数据大屏管理系统 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b947077 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +dist/ diff --git a/index.html b/index.html new file mode 100644 index 0000000..0a13030 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + +
+ + + +这是订单大屏页面,展示订单数据。
+{{ screen.description }}
+ +