Commit da4e5062 authored by 黄贤军's avatar 黄贤军

基础文件

parent 0274a87b
Pipeline #18723 canceled with stages
...@@ -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: 8231 APP_PORT: 8242
API: "http://172.17.0.1:8232/" API: "http://172.17.0.1:8243/"
OAUTHAPI: "http://47.97.182.182:32621/" OAUTHAPI: "http://47.97.182.182:32621/"
TENANT: "tec" TENANT: "tec"
PORT: 8000 PORT: 8000
......
...@@ -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
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment