Commit 0581246e by 张超军

测试

parent 17cd7273
......@@ -7410,6 +7410,11 @@
"resolved": "https://registry.npm.taobao.org/js-cookie/download/js-cookie-2.2.1.tgz",
"integrity": "sha1-aeEG3F1YBolFYpAqpbrsN0Tpsrg="
},
"js-md5": {
"version": "0.7.3",
"resolved": "https://registry.nlark.com/js-md5/download/js-md5-0.7.3.tgz",
"integrity": "sha1-tPL7sLMnRV9ZjWcn447Ccs0Jw/I="
},
"js-message": {
"version": "1.0.5",
"resolved": "https://registry.npm.taobao.org/js-message/download/js-message-1.0.5.tgz",
......
......@@ -19,6 +19,7 @@
"file-saver": "^2.0.5",
"google-protobuf": "^3.15.6",
"js-cookie": "^2.2.1",
"js-md5": "^0.7.3",
"jszip": "^3.6.0",
"lrz": "^4.9.41",
"nprogress": "^0.2.0",
......
/*
* @Author: your name
* @Date: 2021-06-15 15:12:19
* @LastEditTime: 2021-08-27 10:40:23
* @LastEditors: your name
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\main.js
*/
import Vue from "vue";
import "./plugins/axios";
import App from "./App.vue";
......@@ -36,7 +44,9 @@ Vue.prototype.$util = Util;
window.util = Util;
Vue.use(VueWechatTitle);
import uploader from 'vue-simple-uploader';
import md5 from "js-md5";
Vue.use(uploader);
Vue.prototype.$md5 = md5
Vue.directive("nsLoading", {
bind(el, binding) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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