Commit 2e259a05 by tangjiale

更新修改

parent 1567dbb6
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
* @eMail: 932055106@qq.com * @eMail: 932055106@qq.com
* @Date: 2022-04-09 08:44:08 * @Date: 2022-04-09 08:44:08
* @LastEditors: tangjiale * @LastEditors: tangjiale
* @LastEditTime: 2022-04-09 16:22:40 * @LastEditTime: 2022-09-28 15:51:33
--> -->
# 服务端访问域名:http://182.254.228.249:7001/screen # 服务端访问域名:http://182.254.228.249:7001/csScreen/${type}/
# 为什么选择nuxt框架? (nuxt.js官网:https://zh.nuxtjs.org/ 当前选用版本为2.9.2) # 为什么选择nuxt框架? (nuxt.js官网:https://zh.nuxtjs.org/ 当前选用版本为2.9.2)
- 1.由于历史原因,需要封装新的框架/封装业务组件,基于 "轻量简洁" "统一复用" 提高代码的可读性维护性,提高开发者编码效率,减轻开发者编码时间压力。 - 1.由于历史原因,需要封装新的框架/封装业务组件,基于 "轻量简洁" "统一复用" 提高代码的可读性维护性,提高开发者编码效率,减轻开发者编码时间压力。
......
...@@ -45,7 +45,7 @@ module.exports = { ...@@ -45,7 +45,7 @@ module.exports = {
...routes, ...routes,
{ {
path: '/csScreen/:type(\\d+)/', path: '/csScreen/:type(\\d+)/',
component: '~/ssr/csScreen/_type.js' component: '~/ssr/csScreen/type.js'
}, },
]; ];
} }
......
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