Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jingan-wisdom
Project
Project
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
郭铭瑶
jingan-wisdom
Commits
5253dab0
Commit
5253dab0
authored
Oct 26, 2021
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打包
parent
db4bea92
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1446 additions
and
79 deletions
+1446
-79
index.3fc0449e.js
dist/assets/index.3fc0449e.js
+1365
-0
index.96093a0c.css
dist/assets/index.96093a0c.css
+0
-1
index.f8200f2b.css
dist/assets/index.f8200f2b.css
+1
-0
vendor.39d5f367.js
dist/assets/vendor.39d5f367.js
+71
-71
index.html
dist/index.html
+3
-3
view-page.vue
src/view/view-page.vue
+6
-4
No files found.
dist/assets/index.
18e53a4a
.js
→
dist/assets/index.
3fc0449e
.js
View file @
5253dab0
This diff is collapsed.
Click to expand it.
dist/assets/index.96093a0c.css
deleted
100644 → 0
View file @
db4bea92
This diff is collapsed.
Click to expand it.
dist/assets/index.f8200f2b.css
0 → 100644
View file @
5253dab0
This diff is collapsed.
Click to expand it.
dist/assets/vendor.
f402338c
.js
→
dist/assets/vendor.
39d5f367
.js
View file @
5253dab0
This diff is collapsed.
Click to expand it.
dist/index.html
View file @
5253dab0
...
...
@@ -6,10 +6,10 @@
<link
rel=
"icon"
href=
"./favicon.ico"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
静安智慧房管
</title>
<script
type=
"module"
crossorigin
src=
"./assets/index.
18e53a4a
.js"
></script>
<link
rel=
"modulepreload"
href=
"./assets/vendor.
f402338c
.js"
>
<script
type=
"module"
crossorigin
src=
"./assets/index.
3fc0449e
.js"
></script>
<link
rel=
"modulepreload"
href=
"./assets/vendor.
39d5f367
.js"
>
<link
rel=
"stylesheet"
href=
"./assets/vendor.db35e2cd.css"
>
<link
rel=
"stylesheet"
href=
"./assets/index.
96093a0c
.css"
>
<link
rel=
"stylesheet"
href=
"./assets/index.
f8200f2b
.css"
>
</head>
<body>
...
...
src/view/view-page.vue
View file @
5253dab0
...
...
@@ -42,10 +42,12 @@ import { NSpace, NButton } from 'naive-ui'
const
{
layout
}
=
useLayout
()
const
{
components
,
componentList
}
=
useComponent
()
const
list
=
ref
([])
ajax
.
get
({
url
:
api
.
CONFIGS
,
params
:
{
pageSize
:
9000
}
}).
then
((
res
)
=>
{
const
list
=
ref
<
any
[]
>
([])
ajax
.
get
({
url
:
api
.
CONFIGS
,
params
:
{
configStatus
:
'1'
,
pageSize
:
9000
}
})
.
then
((
res
)
=>
{
list
.
value
=
res
?.
data
?.
content
||
[]
})
})
const
showModal
=
ref
(
false
)
function
check
({
configJson
})
{
const
config
=
JSON
.
parse
(
configJson
)
...
...
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