Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
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
1
Merge Requests
1
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
wbx-PCAndMobi
mobi
Commits
42065f69
Commit
42065f69
authored
Aug 25, 2021
by
levante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表单项使用des加密
parent
11ee47d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
main.js
src/main.js
+9
-9
No files found.
src/main.js
View file @
42065f69
...
...
@@ -221,15 +221,15 @@ system = micSystemsList
console
.
log
(
system
,
'注册的子项目列表'
)
let
projects
=
[]
for
(
let
i
=
0
;
i
<
system
.
length
;
i
++
)
{
projects
.
push
({
name
:
system
[
i
].
name
,
entry
:
system
[
i
].
entry
,
render
,
activeRule
:
checkPrefix
(
system
[
i
].
activeRule
)
})
}
registerMicroApps
(
projects
)
// 注册子项目
//
for (let i = 0; i < system.length; i++) {
//
projects.push({
//
name: system[i].name,
//
entry: system[i].entry,
//
render,
//
activeRule: checkPrefix(system[i].activeRule)
//
})
//
}
registerMicroApps
(
projects
)
render
()
...
...
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