From 6bc8b8d7f685801b219e398c36801d3477dcd99f Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 14 二月 2025 14:15:27 +0800
Subject: [PATCH] feat:我的页面上传道路运输证

---
 main.js |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/main.js b/main.js
index 424d202..48cd2e8 100644
--- a/main.js
+++ b/main.js
@@ -1,12 +1,16 @@
 import App from './App'
 import Vue from 'vue'
-import tabbar from '@/components/tab-bar/tab-bar.vue'
-
+import '../unattended-app/static/fonts/commontfont.css'
+// 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,14 +26,18 @@
 	reqGet,
 	reqPost,
 	reqAllJson,
-	reqDelete
+	reqDelete,
+	reqPut,
+	reqGetId
 } 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
+Vue.prototype.$reqGetId = reqGetId
 // 鐢变簬寰俊灏忕▼搴忕殑杩愯鏈哄埗闂锛岄渶澹版槑濡備笅涓�琛岋紝H5鍜孉PP闈炲繀濉�
 const app = new Vue({
 	store,

--
Gitblit v1.9.1