This commit is contained in:
王鹏
2026-03-31 20:33:20 +08:00
parent a48757160a
commit 5e7bbe6c9d

View File

@@ -473,10 +473,10 @@
let content = '![](https://img.yidaima.cn/weicome.gif)\n# 项目描述\n#### 视频演示\n' + plainText let content = '![](https://img.yidaima.cn/weicome.gif)\n# 项目描述\n#### 视频演示\n' + plainText
+ '\n\n# 技术选型' + '\n\n# 技术选型'
+ '\n开发工具Idea + Vscode' + '\n* 开发工具Idea + Vscode'
+ '\n运行环境JDK 1.8 + Maven + MySQL 5.7以上 + Node.js 14' + '\n* 运行环境JDK 1.8 + Maven + MySQL 5.7以上 + Node.js 14'
+ '\n服务端技术SpringBoot + Mybatis-Plus + Maven' + '\n* 服务端技术SpringBoot + Mybatis-Plus + Maven'
+ '\n前端技术Vue3 + Axios + Element-UI' + '\n* 前端技术Vue3 + Axios + Element-UI'
+ '\n\n# 系统截图\n'; + '\n\n# 系统截图\n';
let index = 0 let index = 0
@@ -503,8 +503,7 @@
+ '\n mvn spring-boot:run' + '\n mvn spring-boot:run'
+ '\n ```' + '\n ```'
+ '\n\n### 前端依赖安装' + '\n\n### 前端依赖安装'
+ '\n 进入前端目录(`/manage_code`或者`/client_code`' + '\n 进入前端目录(`/manage_code`或者`/client_code`,执行安装命令:'
+ '\n 执行安装命令:'
+ '\n ```' + '\n ```'
+ '\n npm install' + '\n npm install'
+ '\n ```' + '\n ```'
@@ -515,11 +514,11 @@
+ '\n npm run serve ' + '\n npm run serve '
+ '\n ```' + '\n ```'
+ '\n\n### 访问系统' + '\n\n### 访问系统'
+ '\n 后端接口系统访问地址:' + '\n - 后端接口系统访问地址:'
+ '\n `http://localhost:8080`' + '\n `http://localhost:8080`'
+ '\n 后台系统前端访问地址:' + '\n - 后台系统前端访问地址:'
+ '\n `http://localhost:8081`' + '\n `http://localhost:8081`'
+ '\n 前台系统前端访问地址:' + '\n - 前台系统前端访问地址:'
+ '\n `http://localhost:8082`' + '\n `http://localhost:8082`'
+ '\n\n### 常见问题' + '\n\n### 常见问题'
+ '\n#### 端口冲突' + '\n#### 端口冲突'
@@ -544,12 +543,12 @@
+ '\n- [基于Springboot + vue3实现的旅游网站系统](https://mp.weixin.qq.com/s/EY6XVtJXyY5FThfn0PoOew)' + '\n- [基于Springboot + vue3实现的旅游网站系统](https://mp.weixin.qq.com/s/EY6XVtJXyY5FThfn0PoOew)'
+ '\n- [基于Springboot + vue3实现的房屋租售系统](https://mp.weixin.qq.com/s/tbDCa5504JwOt-ECt3t_Yg)' + '\n- [基于Springboot + vue3实现的房屋租售系统](https://mp.weixin.qq.com/s/tbDCa5504JwOt-ECt3t_Yg)'
+ '\n\n# 其他说明' + '\n\n# 其他说明'
+ '\n>1、本系统源码由**南音工作室**精心收集整理,并经过严格测试验证,确保运行稳定可靠。' + '\n>* 1、本系统源码由**南音工作室**精心收集整理,并经过严格测试验证,确保运行稳定可靠。'
+ '\n>2、**南音工作室**开始招募合伙人,有兴趣一起搞钱的小伙伴,可以在公众号后台回复关键词【**合伙人**】查看详细介绍。' + '\n>* 2、**南音工作室**开始招募合伙人,有兴趣一起搞钱的小伙伴,可以在公众号后台回复关键词【**合伙人**】查看详细介绍。'
+ '\n>3、如需获取详细运行教程欢迎在公众号后台回复关键词【**运行教程**】,即可自助领取完整指导文档。' + '\n>* 3、如需获取详细运行教程欢迎在公众号后台回复关键词【**运行教程**】,即可自助领取完整指导文档。'
+ '\n>4、我们已为您整理上万套优质源码项目资源回复【**源码搜索**】即可快速查找您需要的源码资源。' + '\n>* 4、我们已为您整理上万套优质源码项目资源回复【**源码搜索**】即可快速查找您需要的源码资源。'
+ '\n>5、为了回馈粉丝特意整理了海量福利资源免费分享回复【**免费资源**】即可领取。' + '\n>* 5、为了回馈粉丝特意整理了海量福利资源免费分享回复【**免费资源**】即可领取。'
+ '\n>6、创作不易如果觉得内容有帮助别忘了**点赞/推荐/分享/收藏**支持我们,您的鼓励是我们持续更新的最大动力!' + '\n>* 6、创作不易如果觉得内容有帮助别忘了**点赞/推荐/分享/收藏**支持我们,您的鼓励是我们持续更新的最大动力!'
+ '\n\n# 源码获取' + '\n\n# 源码获取'
+ '\n\n<center>' + '\n\n<center>'
+ '\n <img src="https://img.yidaima.cn/qrcode.jpg" style="width: 100px;">' + '\n <img src="https://img.yidaima.cn/qrcode.jpg" style="width: 100px;">'
@@ -615,8 +614,7 @@
+ '\n mvn spring-boot:run' + '\n mvn spring-boot:run'
+ '\n ```' + '\n ```'
+ '\n\n##### 前端依赖安装' + '\n\n##### 前端依赖安装'
+ '\n 进入前端目录(`/manage_code`或者`/client_code`' + '\n 进入前端目录(`/manage_code`或者`/client_code`, 执行安装命令:'
+ '\n 执行安装命令:'
+ '\n ```' + '\n ```'
+ '\n npm install' + '\n npm install'
+ '\n ```' + '\n ```'
@@ -627,9 +625,9 @@
+ '\n npm run serve ' + '\n npm run serve '
+ '\n ```' + '\n ```'
+ '\n\n##### 访问系统' + '\n\n##### 访问系统'
+ '\n 后端接口系统访问地址:`http://localhost:8080`' + '\n - 后端接口系统访问地址:`http://localhost:8080`'
+ '\n 后台系统前端访问地址:`http://localhost:8081`' + '\n - 后台系统前端访问地址:`http://localhost:8081`'
+ '\n 前台系统前端访问地址:`http://localhost:8082`' + '\n - 前台系统前端访问地址:`http://localhost:8082`'
+ '\n\n##### 常见问题' + '\n\n##### 常见问题'
+ '\n###### 端口冲突' + '\n###### 端口冲突'
+ '\n - 修改后端配置文件`application.yml`' + '\n - 修改后端配置文件`application.yml`'