wangtao il y a 2 ans
Parent
commit
6479fa7ad7

+ 0 - 1
.env.development

@@ -1,5 +1,4 @@
 # 页面标题
-# VITE_APP_TITLE = "派米雷·佘山智地智慧园区"
 VITE_APP_TITLE = "智慧楼宇综合平台"
 
 # 开发环境配置

+ 0 - 1
.env.production

@@ -1,5 +1,4 @@
 # 页面标题
-# VITE_APP_TITLE = "派米雷·佘山智地智慧园区"
 VITE_APP_TITLE = "智慧楼宇综合平台"
 
 # 生产环境配置

+ 0 - 1
.env.staging

@@ -1,5 +1,4 @@
 # 页面标题
-# VITE_APP_TITLE = 派米雷智慧楼宇
 VITE_APP_TITLE = 智慧楼宇综合平台
 
 # 生产环境配置

+ 12 - 10
README.md

@@ -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

+ 0 - 1
index.html

@@ -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]-->

+ 0 - 1
src/components/business/seHeader/index.vue

@@ -7,7 +7,6 @@
       <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>
     <el-col :span="6">

+ 0 - 1
src/layout/components/Sidebar/Logo.vue

@@ -25,7 +25,6 @@ defineProps({
   }
 })
 
-// const title = ref('派米雷智慧楼宇');
 const title = ref('智慧楼宇综合平台');
 const settingsStore = useSettingsStore();
 const sideTheme = computed(() => settingsStore.sideTheme);