cuiqian2004
2025-09-12 d87c256a957a6a5c3b40eaf9c52ec68f2fc22c97
App.vue
@@ -1,10 +1,21 @@
<script>
   export default {
      globalData: {
         platform: "",
         deviceModel: "",
         osVersion: 0
         osVersion: 0,
         sceneList: [],
         curScene: {
            scene_id: "",
            proportion: 1,
            img_proportion: 1,
            max_x: 1,
            max_y: 1,
            min_x: 0,
            min_y: 0,
            img_x: 1,
            img_y: 1,
         }
      },
      onLaunch: function() {
         console.log('App Launch')
@@ -21,6 +32,7 @@
<style>
   @import '@/fonts/fonticon/fonticon.css';
   @import 'ant-design-vue/dist/reset.css';
   /*每个页面公共css */
   page {
      background-color: #fff;
@@ -48,6 +60,7 @@
      white-space: nowrap;
      text-overflow: ellipsis;
   }
   .uni-navbar-btn-text {
      font-size: 32rpx;
   }