Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
ssr-pc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tangjiale
ssr-pc
Commits
2e259a05
Commit
2e259a05
authored
Sep 28, 2022
by
tangjiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新修改
parent
1567dbb6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+2
-2
nuxt.config.js
nuxt.config.js
+1
-1
type.js
ssr/csScreen/type.js
+0
-0
No files found.
README.md
View file @
2e259a05
...
@@ -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-0
4-09 16:22:40
*
@LastEditTime: 2022-0
9-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.由于历史原因,需要封装新的框架/封装业务组件,基于 "轻量简洁" "统一复用" 提高代码的可读性维护性,提高开发者编码效率,减轻开发者编码时间压力。
...
...
nuxt.config.js
View file @
2e259a05
...
@@ -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'
},
},
];
];
}
}
...
...
ssr/csScreen/
_
type.js
→
ssr/csScreen/type.js
View file @
2e259a05
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment