Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gavel-erp-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
李苏
gavel-erp-vue
Commits
92d9a25c
Commit
92d9a25c
authored
Apr 25, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
73d1c7cf
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
266 additions
and
307 deletions
+266
-307
changeProject.vue
src/layout/components/changeProject.vue
+2
-2
permission.js
src/permission.js
+1
-0
login.vue
src/views/login.vue
+246
-305
index.vue
src/views/realchart/configureinst/index.vue
+17
-0
No files found.
src/layout/components/changeProject.vue
View file @
92d9a25c
...
@@ -145,8 +145,8 @@
...
@@ -145,8 +145,8 @@
}
}
.el-menu-item
{
.el-menu-item
{
font-size
:
14px
!
important
;
font-size
:
14px
!
important
;
line-height
:
2
0
px
!
important
;
line-height
:
2
2
.5
px
!
important
;
height
:
2
0
px
!
important
;
height
:
2
2
.5
px
!
important
;
text-align
:
left
;
text-align
:
left
;
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
...
...
src/permission.js
View file @
92d9a25c
...
@@ -11,6 +11,7 @@ NProgress.configure({ showSpinner: false })
...
@@ -11,6 +11,7 @@ NProgress.configure({ showSpinner: false })
const
whiteList
=
[
'/login'
,
'/auth-redirect'
,
'/bind'
,
'/register'
]
const
whiteList
=
[
'/login'
,
'/auth-redirect'
,
'/bind'
,
'/register'
]
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
console
.
log
(
to
,
'route'
)
// console.log(store.state.user.token)
// console.log(store.state.user.token)
// NProgress.start()
// NProgress.start()
if
(
getToken
())
{
if
(
getToken
())
{
...
...
src/views/login.vue
View file @
92d9a25c
This diff is collapsed.
Click to expand it.
src/views/realchart/configureinst/index.vue
View file @
92d9a25c
...
@@ -38,6 +38,10 @@
...
@@ -38,6 +38,10 @@
mounted
()
{
mounted
()
{
/* 自适应*/
/* 自适应*/
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
if
(
$
(
'#scrollPane'
)[
0
]){
if
(
$
(
'#scrollPane'
)[
0
]){
(
this
.
full
=
false
)
(
this
.
full
=
false
)
}
else
{
}
else
{
...
@@ -118,6 +122,19 @@
...
@@ -118,6 +122,19 @@
realchartDown
(
this
.
id
).
then
(
res
=>
{
realchartDown
(
this
.
id
).
then
(
res
=>
{
this
.
nowHtml
=
res
this
.
nowHtml
=
res
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
const
mkid
=
this
.
$route
.
meta
.
mkid
console
.
log
(
mkid
)
this
.
$post
(
`kzzx/mkqx/
${
mkid
}
`
).
then
(
res
=>
{
let
qxList
=
res
.
data
.
records
||
[]
qxList
.
forEach
(
item
=>
{
if
(
item
.
value
==
'N'
){
$
(
`[authcode="
${
item
.
czid
}
"]`
).
hide
()
}
})
})
$
(
this
.
$refs
.
svg
).
find
(
'text[tagid]'
).
each
((
i
,
item
)
=>
{
$
(
this
.
$refs
.
svg
).
find
(
'text[tagid]'
).
each
((
i
,
item
)
=>
{
var
a
=
{
var
a
=
{
id
:
$
(
item
).
attr
(
"tagid"
),
id
:
$
(
item
).
attr
(
"tagid"
),
...
...
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