Commit ca6bc4f9 by liyuhang19990520

即时通讯地址映射

parent 8164b52a
/*
* @Author: your name
* @Date: 2021-08-20 16:31:17
* @LastEditTime: 2021-08-26 10:35:32
* @LastEditTime: 2021-08-30 16:33:27
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \V-IM-master\V-IM-PC\vue.config.js
......@@ -9,6 +9,7 @@
module.exports = {
lintOnSave: false,
devServer: {
disableHostCheck: true,
overlay: {
warning: false,
errors: false
......
......@@ -3020,6 +3020,11 @@ crypto-browserify@^3.11.0:
randombytes "^2.0.0"
randomfill "^1.0.3"
crypto-js@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf"
integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==
crypto-random-string@^1.0.0:
version "1.0.0"
resolved "https://registry.npm.taobao.org/crypto-random-string/download/crypto-random-string-1.0.0.tgz?cache=0&sync_timestamp=1599137690451&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcrypto-random-string%2Fdownload%2Fcrypto-random-string-1.0.0.tgz"
......
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