From c7e421bd8224e241455d1d7e4029a1ecdf957aa1 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Sun, 19 Dec 2021 09:52:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 安装.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/安装.bat b/安装.bat index cc11e237..dfdd782d 100644 --- a/安装.bat +++ b/安装.bat @@ -10,9 +10,12 @@ npm install ::强烈建议不要用直接使用 cnpm 安装,会有各种诡异的 bug,可以通过重新指定 registry 来解决 npm 安装速度慢的问题。 npm install --registry=https://registry.npm.taobao.org +:: 东旭添加的库,需要安装 +::npm install jsencrypt + ::本地开发 启动项目 :: npm run dev @echo SUCCESS -pause \ No newline at end of file +pause