Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
bms_terrace
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
黄贤军
bms_terrace
Commits
da4e5062
Commit
da4e5062
authored
Feb 03, 2020
by
黄贤军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
基础文件
parent
0274a87b
Pipeline
#18723
canceled with stages
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
bug_routes.js
src/app/bug/bug_routes.js
+1
-1
No files found.
.gitlab-ci.yml
View file @
da4e5062
...
@@ -66,8 +66,8 @@ deploy-test:
...
@@ -66,8 +66,8 @@ deploy-test:
-
dev
-
dev
variables
:
variables
:
APP_CNAME
:
"
${APP_NAME}-${CI_COMMIT_REF_NAME}"
APP_CNAME
:
"
${APP_NAME}-${CI_COMMIT_REF_NAME}"
APP_PORT
:
82
31
APP_PORT
:
82
42
API
:
"
http://172.17.0.1:82
32
/"
API
:
"
http://172.17.0.1:82
43
/"
OAUTHAPI
:
"
http://47.97.182.182:32621/"
OAUTHAPI
:
"
http://47.97.182.182:32621/"
TENANT
:
"
tec"
TENANT
:
"
tec"
PORT
:
8000
PORT
:
8000
...
...
src/app/bug/bug_routes.js
View file @
da4e5062
...
@@ -16,5 +16,5 @@ const destinationRouter = [
...
@@ -16,5 +16,5 @@ const destinationRouter = [
export
default
{
export
default
{
name
:
'bug'
,
name
:
'bug'
,
path
:
'/bug'
,
path
:
'/bug'
,
children
:
bug
children
:
destinationRouter
}
}
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