From 927e4a7caf46bd073c65ce3b8f14dc1f1582c519 Mon Sep 17 00:00:00 2001
From: wk
Date: 星期四, 14 十一月 2024 15:56:11 +0800
Subject: [PATCH] feat:车货总重最大载重增加判断

---
 main.js |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/main.js b/main.js
index 51df9cf..e6ee9ed 100644
--- a/main.js
+++ b/main.js
@@ -1,12 +1,16 @@
 import App from './App'
 import Vue from 'vue'
 import '../unattended-app/static/fonts/commontfont.css'
-import tabbar from '@/components/tab-bar/tab-bar.vue'
+// import tabbar from '@/components/tab-bar/tab-bar.vue'
 Vue.config.productionTip = false
 
 App.mpType = 'app'
 uni.$u.config.unit = 'rpx'
+// #ifdef MP-WEIXIN
+import tabbar from '@/components/tab-bar/tab-bar.vue'
 Vue.use('tab-bar', tabbar)
+// #endif
+
 
 // 寮曞叆鍏ㄥ眬 uView 妗嗘灦
 import uView from '@/uni_modules/uview-ui'
@@ -22,13 +26,15 @@
 	reqGet,
 	reqPost,
 	reqAllJson,
-	reqDelete
+	reqDelete,
+	reqPut
 } from '@/api/index.js'
 Vue.prototype.$reqAll = reqAll
 Vue.prototype.$reqAllJson = reqAllJson
 Vue.prototype.$reqGet = reqGet
 Vue.prototype.$reqPost = reqPost
 Vue.prototype.$reqDelete = reqDelete
+Vue.prototype.$reqPut = reqPut
 Vue.prototype.$store = store
 // 鐢变簬寰俊灏忕▼搴忕殑杩愯鏈哄埗闂锛岄渶澹版槑濡備笅涓�琛岋紝H5鍜孉PP闈炲繀濉�
 const app = new Vue({

--
Gitblit v1.9.1