111
k94314517
2023-10-16 ca73a173f008c8d7a9d700bad897ca24fe2d2203
minipro_standard/App.vue
@@ -1,6 +1,8 @@
<script>
<script>
   // import { pageCount } from '@/util/api/index.js'
   export default {
      onLaunch: function() {
      onLaunch: function() {
         // pageCount({})
      },
      onShow: function() {
      },
@@ -13,7 +15,8 @@
   /*每个页面公共css */
   @import "@/uni_modules/uview-ui/index.scss";
   @import "common/css/lib.css";
   page {
      background-color: #F3F6F9 !important;
   }
   @import "common/css/common.css";
   // page {
   //    background-color: #F3F6F9 !important;
   // }
</style>