Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BlackPearl
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
BlackPearl
Commits
b08aba5d
Commit
b08aba5d
authored
Feb 01, 2018
by
tywldx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
f
parent
2da12841
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app.js
src/app.js
+2
-1
No files found.
src/app.js
View file @
b08aba5d
...
@@ -189,6 +189,7 @@ Bp_modules.route_config.init();
...
@@ -189,6 +189,7 @@ Bp_modules.route_config.init();
*/
*/
mongoose
.
connect
(
config
.
mongo
.
api
[
"
blackPearl
"
]);
mongoose
.
connect
(
config
.
mongo
.
api
[
"
blackPearl
"
]);
var
db
=
mongoose
.
connection
;
var
db
=
mongoose
.
connection
;
let
init_env
=
true
;
if
(
db
){
if
(
db
){
var
projectModel
=
mongoose
.
model
(
"
Project
"
);
var
projectModel
=
mongoose
.
model
(
"
Project
"
);
var
urlModel
=
mongoose
.
model
(
"
Url
"
);
var
urlModel
=
mongoose
.
model
(
"
Url
"
);
...
@@ -197,7 +198,7 @@ if(db){
...
@@ -197,7 +198,7 @@ if(db){
var
endecodeModel
=
mongoose
.
model
(
"
Endecode
"
);
var
endecodeModel
=
mongoose
.
model
(
"
Endecode
"
);
//初始化有先后顺序,必须先初始化项目URL路由规则
//初始化有先后顺序,必须先初始化项目URL路由规则
let
init_env
=
true
;
projectModel
.
find
(
function
()
{
projectModel
.
find
(
function
()
{
}).
populate
(
'
urls
'
).
exec
().
then
(
function
(
pro
)
{
}).
populate
(
'
urls
'
).
exec
().
then
(
function
(
pro
)
{
debug
(
"
项目与URL--路由初始化
"
)
debug
(
"
项目与URL--路由初始化
"
)
...
...
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