From 9d613909e7caf4ae5904d5047e69e9f013d01155 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期三, 29 五月 2024 14:37:37 +0800 Subject: [PATCH] feture:新增取样页面 --- main.js | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/main.js b/main.js index 424d202..2c44c1d 100644 --- a/main.js +++ b/main.js @@ -1,12 +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' @@ -20,6 +23,7 @@ import { reqAll, reqGet, + reqGet2, reqPost, reqAllJson, reqDelete @@ -27,6 +31,7 @@ Vue.prototype.$reqAll = reqAll Vue.prototype.$reqAllJson = reqAllJson Vue.prototype.$reqGet = reqGet +Vue.prototype.$reqGet2 = reqGet2 Vue.prototype.$reqPost = reqPost Vue.prototype.$reqDelete = reqDelete Vue.prototype.$store = store -- Gitblit v1.9.1