Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
f5cf5a55
Commit
f5cf5a55
authored
Jul 08, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改首页统计图
parent
114b4650
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
179 additions
and
113 deletions
+179
-113
common-lib/src/main/java/com/mortals/xhx/feign/site/ISiteFeign.java
.../src/main/java/com/mortals/xhx/feign/site/ISiteFeign.java
+2
-2
device-manager-ui/admin/src/views/Home.vue
device-manager-ui/admin/src/views/Home.vue
+175
-110
device-manager-ui/admin/src/views/sitestat/list.vue
device-manager-ui/admin/src/views/sitestat/list.vue
+2
-1
No files found.
common-lib/src/main/java/com/mortals/xhx/feign/site/ISiteFeign.java
View file @
f5cf5a55
...
...
@@ -19,7 +19,7 @@ import java.util.List;
* @author zxfei
* @date 2022-06-28
*/
@FeignClient
(
name
=
"base-manager"
,
path
=
"/base"
,
fallback
=
SiteFeignFallbackFactory
.
class
)
@FeignClient
(
name
=
"base-manager"
,
path
=
"/base"
,
fallback
Factory
=
SiteFeignFallbackFactory
.
class
)
public
interface
ISiteFeign
extends
IFeign
{
...
...
@@ -66,7 +66,7 @@ public interface ISiteFeign extends IFeign {
*
* @return
*/
@GetMapping
(
value
=
"/site/siteTree"
,
produces
=
MediaType
.
APPLICATION_JSON_UTF8_VALUE
,
consumes
=
"application/json;charset=UTF-8"
)
@GetMapping
(
value
=
"/site/siteTree"
)
String
siteTree
(
@RequestHeader
(
"Authorization"
)
String
authorization
);
/**
...
...
device-manager-ui/admin/src/views/Home.vue
View file @
f5cf5a55
This diff is collapsed.
Click to expand it.
device-manager-ui/admin/src/views/sitestat/list.vue
View file @
f5cf5a55
...
...
@@ -40,7 +40,8 @@
<LayoutTable
ref=
"layoutTable"
:data=
"tableData"
notAdd
notAdd
notDel
:config=
"tableConfig"
>
<el-button
...
...
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