@@ -1,5 +1,4 @@
# 页面标题
-# VITE_APP_TITLE = "派米雷·佘山智地智慧园区"
VITE_APP_TITLE = "智慧楼宇综合平台"
# 开发环境配置
# 生产环境配置
-# VITE_APP_TITLE = 派米雷智慧楼宇
VITE_APP_TITLE = 智慧楼宇综合平台
@@ -1,10 +1,12 @@
-# 派米雷大屏 1920*1080
-
-### 运行
-npm run dev
-### 打包
-npm run build:prod
-### 技术
-vue3、 elementPlus 、echarts
+# 大屏 1920*1080
+
+### 运行
+npm run dev
+### 打包
+npm run build:prod
+### 技术
+vue3、 elementPlus 、echarts
+模板demo
@@ -7,7 +7,6 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- <link rel="icon" href="/favicon.ico"> -->
- <!-- <title>派米雷·佘山智地智慧园区</title> -->
<title>智慧楼宇综合平台</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<el-col :span="24" class="time">{{ date }}</el-col>
</el-col>
<el-col :span="12">
- <!-- <el-col :span="24" class="title">派米雷·佘山智地智慧园区</el-col> -->
<el-col :span="24" class="title">智慧楼宇综合平台</el-col>
<el-col :span="6">
@@ -25,7 +25,6 @@ defineProps({
}
})
-// const title = ref('派米雷智慧楼宇');
const title = ref('智慧楼宇综合平台');
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);