Commit 3da7cc80 authored by tanjuanjuan's avatar tanjuanjuan

add

parent e6ffb055
...@@ -23645,8 +23645,9 @@ ...@@ -23645,8 +23645,9 @@
}, },
"node_modules/vconsole": { "node_modules/vconsole": {
"version": "3.15.1", "version": "3.15.1",
"resolved": "https://registry.npmjs.org/vconsole/-/vconsole-3.15.1.tgz", "resolved": "https://registry.npmmirror.com/vconsole/-/vconsole-3.15.1.tgz",
"integrity": "sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==", "integrity": "sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==",
"license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.17.2",
"copy-text-to-clipboard": "^3.0.1", "copy-text-to-clipboard": "^3.0.1",
......
...@@ -31,18 +31,18 @@ ...@@ -31,18 +31,18 @@
"@vue/cli-service": "~4.5.15", "@vue/cli-service": "~4.5.15",
"babel-plugin-import": "^1.11.0", "babel-plugin-import": "^1.11.0",
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
"gm-crypto": "^0.1.12",
"jest": "^25.4.0", "jest": "^25.4.0",
"jsrsasign": "^11.1.0",
"postcss": "^7.0.39", "postcss": "^7.0.39",
"postcss-comment": "^2.0.0", "postcss-comment": "^2.0.0",
"rexma-cli": "^1.9.3", "rexma-cli": "^1.9.3",
"sass": "1.51.0", "sass": "1.51.0",
"sass-loader": "10.2.1", "sass-loader": "10.2.1",
"sm-crypto": "^0.3.13",
"typescript": "~4.1.5", "typescript": "~4.1.5",
"unplugin-auto-import": "^0.17.6", "unplugin-auto-import": "^0.17.6",
"vue-template-compiler": "^2.6.11", "vue-template-compiler": "^2.6.11"
"gm-crypto": "^0.1.12",
"sm-crypto": "^0.3.13",
"jsrsasign": "^11.1.0"
}, },
"dependencies": { "dependencies": {
"@dcloudio/uni-app": "2.0.2-4010520240507001", "@dcloudio/uni-app": "2.0.2-4010520240507001",
......
...@@ -8,6 +8,10 @@ Vue.config.productionTip = false; ...@@ -8,6 +8,10 @@ Vue.config.productionTip = false;
Vue.use(uView); Vue.use(uView);
import Vconsole from 'vconsole'
let vConsole = new Vconsole()
vConsole.hide()
const app = new (typeof App === 'function' ? App : Vue.extend(Object.assign({ mpType: 'app' }, App))); const app = new (typeof App === 'function' ? App : Vue.extend(Object.assign({ mpType: 'app' }, App)));
app.$mount(); app.$mount();
...@@ -12884,7 +12884,7 @@ vary@^1.1.2, vary@~1.1.2: ...@@ -12884,7 +12884,7 @@ vary@^1.1.2, vary@~1.1.2:
vconsole@^3.15.1: vconsole@^3.15.1:
version "3.15.1" version "3.15.1"
resolved "https://registry.npmjs.org/vconsole/-/vconsole-3.15.1.tgz" resolved "https://registry.npmmirror.com/vconsole/-/vconsole-3.15.1.tgz"
integrity sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g== integrity sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==
dependencies: dependencies:
"@babel/runtime" "^7.17.2" "@babel/runtime" "^7.17.2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment