Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icbcRPG
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
icbcRPG
Commits
741244aa
Commit
741244aa
authored
Dec 17, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
27f22d72
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
dsl.json
dsl.json
+1
-1
main.jsx
project/src/pages/main/main.jsx
+3
-0
resList.js
project/src/resconfig/resList.js
+1
-1
No files found.
dsl.json
View file @
741244aa
This diff is collapsed.
Click to expand it.
project/src/pages/main/main.jsx
View file @
741244aa
...
...
@@ -4,6 +4,7 @@ import React, { Component } from 'react';
import
resList
from
'../../resconfig/resList'
;
//import API from '../../api';
import
'./main.less'
;
import
Select
from
'../../components/select/select.jsx'
;
class
Main
extends
Component
{
constructor
(
props
)
{
...
...
@@ -83,6 +84,8 @@ class Main extends Component {
uuid=
"40faf764-6304-462f-b91b-53c5aaf04321"
src=
{
this
.
state
.
resList
[
'889d6f1e-3707-42b5-a7f2-891643888ce7'
].
url
}
/>
<
Select
></
Select
>
</
div
>
);
}
...
...
project/src/resconfig/resList.js
View file @
741244aa
This diff is collapsed.
Click to expand it.
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