cuiqian2004
2025-09-25 9efd4a80aae58cf36266e774d3c820cc8e115028
App.vue
@@ -1,10 +1,22 @@
<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,
         },
         withLog:false
      },
      onLaunch: function() {
         console.log('App Launch')
@@ -21,6 +33,7 @@
<style>
   @import '@/fonts/fonticon/fonticon.css';
   @import 'ant-design-vue/dist/reset.css';
   /*每个页面公共css */
   page {
      background-color: #fff;
@@ -48,6 +61,7 @@
      white-space: nowrap;
      text-overflow: ellipsis;
   }
   .uni-navbar-btn-text {
      font-size: 32rpx;
   }