From 04bf082f36434f1847412492576d8472c422993c Mon Sep 17 00:00:00 2001
From: wk
Date: 星期四, 06 六月 2024 15:33:53 +0800
Subject: [PATCH] 我来送货

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

diff --git a/main.js b/main.js
index b214c90..6fff654 100644
--- a/main.js
+++ b/main.js
@@ -1,11 +1,15 @@
 import App from './App'
 import Vue from 'vue'
-import tabbar from '@/components/tab-bar/tab-bar.vue'
+import '../unattended-app/static/fonts/commontfont.css'
+
 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'
@@ -19,6 +23,8 @@
 import {
 	reqAll,
 	reqGet,
+	reqGet2,
+	reqGetId,
 	reqPost,
 	reqAllJson,
 	reqDelete
@@ -26,6 +32,8 @@
 Vue.prototype.$reqAll = reqAll
 Vue.prototype.$reqAllJson = reqAllJson
 Vue.prototype.$reqGet = reqGet
+Vue.prototype.$reqGet2 = reqGet2
+Vue.prototype.$reqGetId = reqGetId
 Vue.prototype.$reqPost = reqPost
 Vue.prototype.$reqDelete = reqDelete
 Vue.prototype.$store = store

--
Gitblit v1.9.1