Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bc9649db
authored
Jun 19, 2024
by
曾凡江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
界面文案调整
parent
db22b1c1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
src/layout/user-layout.vue
+2
-2
src/router/index.js
+2
-2
src/utils/request.js
+1
-1
src/views/index-copy.vue
+1
-1
src/views/index.vue
+1
-1
No files found.
src/layout/user-layout.vue
View file @
bc9649db
...
...
@@ -24,7 +24,7 @@
</el-menu-item>
</el-sub-menu>
<el-sub-menu
index=
"industryApplications"
>
<
template
#
title
>
行业应用
</
template
>
<
template
#
title
>
解决方案
</
template
>
<el-sub-menu
v-for=
"item in industryMenuData"
:index=
"'one'+item.value"
>
<
template
#
title
>
{{
item
.
name
}}
</
template
>
<el-sub-menu
v-for=
"twoLevel in item.child"
:index=
"item.name+'twoLevel'+twoLevel.value"
>
...
...
@@ -39,7 +39,7 @@
</el-sub-menu>
</el-sub-menu>
</el-sub-menu>
<el-menu-item
index=
"/componentServices/componentServicesList"
>
组件服务
</el-menu-item>
<el-menu-item
index=
"/componentServices/componentServicesList"
>
行业应用
</el-menu-item>
<el-menu-item
index=
"/partnership/partnershipList"
>
合作伙伴
</el-menu-item>
</el-menu>
</div>
...
...
src/router/index.js
View file @
bc9649db
...
...
@@ -112,7 +112,7 @@ export const constantRoutes = [
path
:
'detail'
,
component
:
()
=>
import
(
'@/views/industryApplications/detail.vue'
),
name
:
'Detail'
,
meta
:
{
title
:
'
行业应用
'
}
meta
:
{
title
:
'
解决方案
'
}
}
]
},
...
...
@@ -124,7 +124,7 @@ export const constantRoutes = [
path
:
'componentServicesList'
,
component
:
()
=>
import
(
'@/views/componentServices/list.vue'
),
name
:
'ComponentServicesList'
,
meta
:
{
title
:
'
组件服务
'
}
meta
:
{
title
:
'
行业应用
'
}
}
]
},
...
...
src/utils/request.js
View file @
bc9649db
...
...
@@ -87,7 +87,7 @@ service.interceptors.response.use(res => {
ElMessageBox
.
confirm
(
'登录状态已过期,您可以继续留在该页面,或者重新登录'
,
'系统提示'
,
{
confirmButtonText
:
'重新登录'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(()
=>
{
isRelogin
.
show
=
false
;
useUserStore
().
logOut
().
then
(()
=>
{
location
.
href
=
'/
index
'
;
location
.
href
=
'/
login
'
;
})
}).
catch
(()
=>
{
isRelogin
.
show
=
false
;
...
...
src/views/index-copy.vue
View file @
bc9649db
...
...
@@ -254,7 +254,7 @@ function getBanner() {
getBanner
()
function
getAassemblyList
()
{
assemblyList
().
then
(
res
=>
{
assemblyList
(
{
type
:
0
}
).
then
(
res
=>
{
assemblyData
.
value
=
res
.
data
.
length
>
3
?
res
.
data
.
slice
(
0
,
3
)
:
res
.
data
list
.
value
[
1
].
assemblyData
=
res
.
data
.
length
>
3
?
res
.
data
.
slice
(
0
,
3
)
:
res
.
data
})
...
...
src/views/index.vue
View file @
bc9649db
...
...
@@ -177,7 +177,7 @@ function getBanner() {
getBanner
()
function
getAassemblyList
()
{
assemblyList
().
then
(
res
=>
{
assemblyList
(
{
type
:
0
}
).
then
(
res
=>
{
assemblyData
.
value
=
res
.
data
.
length
>
3
?
res
.
data
.
slice
(
0
,
3
)
:
res
.
data
})
}
...
...
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