80ebf5df6098642206489cb7ab9ae28aec179d53..e667973625f2da006d20d7f5c82b1de977d178a6
2025-06-06 zjj
#
e66797 对比 | 目录
2025-06-06 zjj
#
220e21 对比 | 目录
2个文件已修改
2个文件已添加
23 ■■■■ 已修改文件
.gitignore 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.idea/.gitignore 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/static/img/logo-bai.png 补丁 | 查看 | 原始文档 | blame | 历史
.gitignore
New file
@@ -0,0 +1,9 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
*/unpackage/
.idea/.gitignore
@@ -6,3 +6,4 @@
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
*/unpackage/
Monitor-APP/pages/home/home.vue
@@ -157,12 +157,13 @@
                                    </y-box>
                                </view>
                                <view style="height: 2%;"></view>
                                <view style="height: 18%;">
                                    <y-box>
                                        <view class="flex-col" style="width: 100%;height: 100%;font-size: 4vh;justify-content: center;letter-spacing: 1vh;">
                                            智能大屏显示系统
                                        </view>
                                    </y-box>
                                <view style="height: 18%;display: flex;justify-content: space-around;align-items: center;">
                                    <!-- <view style="font-size: 4vh">
                                        自动仓库WCS监控平台
                                    </view> -->
                                    <view style="height: 50%;">
                                        <image style="height: 100%;" src="../../static/img/logo-bai.png" mode="aspectFit"></image>
                                    </view>
                                </view>
                            </view>
                        </view>
Monitor-APP/static/img/logo-bai.png