From 0996919f24162b8a761c63f1eadb0dada2b02d66 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 06 一月 2025 12:08:45 +0800
Subject: [PATCH] feat(活码支付): 金额和商户信息直接从活码查询
---
main.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/main.js b/main.js
index aab8204..f45a33f 100644
--- a/main.js
+++ b/main.js
@@ -1,5 +1,8 @@
import App from './App'
import Vue from 'vue'
+/*import Vconsole from 'vconsole';
+new Vconsole();*/
+
import uView from '@/uni_modules/uview-ui'
Vue.use(uView)
@@ -10,8 +13,6 @@
App.mpType = 'app'
uni.$u.props.text.color = '#333333'
-// import store from '@/store/index.js'
-// Vue.prototype.$store = store
Vue.config.ignoredElements.push('wx-open-launch-weapp')
--
Gitblit v1.9.1