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