From 2eed028ec148cbbd2e779c3949c5e90bd05ed2b2 Mon Sep 17 00:00:00 2001 From: icanci Date: Thu, 9 Dec 2021 22:15:40 +0800 Subject: [PATCH] fix:icanci:fix code --- vue2-boot/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vue2-boot/README.md b/vue2-boot/README.md index 25f44106..d9a4c2ff 100644 --- a/vue2-boot/README.md +++ b/vue2-boot/README.md @@ -5,7 +5,8 @@ - 进入到 resources 下的 vueboot 文件夹 - 执行 npm install 编译 - 执行 npm run build 将打包成 dist 文件 -- 执行 VueBootApplication main 方法,启动项目访问 http://localhost:9091/index.html 即可 +- 执行 VueBootApplication main 方法,启动项目访问 http://localhost:9090/dist1/index.html 即可 +- 执行 VueBootApplication main 方法,启动项目访问 http://localhost:9090/dist2/index.html 即可 #### 开发方式1 -- Gitee