Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zghywpc-vue
Project
Project
Details
Activity
Releases
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
李苏
zghywpc-vue
Commits
f4bafb6e
Commit
f4bafb6e
authored
Dec 24, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
存储功能位置
parent
66887a72
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
16 deletions
+14
-16
index.vue
src/views/yhlywsytst/yhlywsytst/index.vue
+2
-0
index.vue
src/views/ywxxgl/glqgjwp/index.vue
+6
-8
index.vue
src/views/ywxxgl/rx20/index.vue
+6
-8
No files found.
src/views/yhlywsytst/yhlywsytst/index.vue
View file @
f4bafb6e
...
...
@@ -732,6 +732,8 @@
this
.
showLeft
=
false
},
toFullPage
(
hash
)
{
//存储当前功能位置参数
localStorage
.
setItem
(
'gnwz'
,
this
.
sypcQueryParams
.
gnwz
)
const
url
=
`
${
location
.
origin
}
/#/
${
hash
}
`
window
.
open
(
url
,
'_blank'
);
// 第二个参数 '_blank' 表示在新窗口或标签页中打开
},
...
...
src/views/ywxxgl/glqgjwp/index.vue
View file @
f4bafb6e
<!--
* @Description: 生成基础basePage组件,屏蔽不必要细节
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-08-25 11:42:24
* @FilePath: /zghywpc-vue/src/views/ywxxgl/glqgjwp/index.vue
-->
<
template
>
<BasePage
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
...
...
@@ -164,6 +157,11 @@
startValue
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endValue
:
new
Date
().
getTime
(),
},
{
prop
:
'gnwz'
,
type
:
'hide'
,
value
:
localStorage
.
getItem
(
'gnwz'
)
}
]
],
...
...
src/views/ywxxgl/rx20/index.vue
View file @
f4bafb6e
<!--
* @Description: 生成基础basePage组件,屏蔽不必要细节
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-08-25 11:42:24
* @FilePath: /zghywpc-vue/src/views/ywxxgl/rx20/index.vue
-->
<
template
>
<BasePage
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
...
...
@@ -153,6 +146,11 @@
}
}
},
{
prop
:
'gnwz'
,
type
:
'hide'
,
value
:
localStorage
.
getItem
(
'gnwz'
)
}
]
],
...
...
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