From 38b4e2bc4303d480200fd714a69e285e1462e83e Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期三, 03 五月 2023 22:23:32 +0800 Subject: [PATCH] 修改了router/index.js中的魅宠详情 另外跳转是跳转到魅宠详情,pet/index.vue中已经修改 petInfo中route.params拿到的是pid,而不是id,之后可以拿到数据了 --- bin/package.bat | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/package.bat b/bin/package.bat index c693ec0..69b7d5f 100644 --- a/bin/package.bat +++ b/bin/package.bat @@ -1,12 +1,12 @@ @echo off echo. -echo [信息] 打包Web工程,生成war/jar包文件。 +echo [锟斤拷息] 锟斤拷装Web锟斤拷锟教o拷锟斤拷锟斤拷node_modules锟侥硷拷锟斤拷 echo. %~d0 cd %~dp0 cd .. -call mvn clean package -Dmaven.test.skip=true +npm install --registry=https://registry.npmmirror.com pause \ No newline at end of file -- Gitblit v1.9.1