Commit 79d1feb2 authored by 郝聪敏's avatar 郝聪敏

fix: 添加page域名反编译

parent 9ed15e08
......@@ -84,6 +84,13 @@ activityStaticRule: &activityStaticRule
to: 'activitystatic.q-gp.com'
order: 10
# page
pageRule: &pageRule
<<: *rule
reg: 'page[-/0-9a-z.]*liangkebang.net'
to: 'page.q-gp.com'
order: 10
# 神测测试环境
bnDefaultRule: &bnDefaultRule
<<: *rule
......@@ -102,4 +109,5 @@ common: &common
bnDefaultRule: *bnDefaultRule
redashRule: *redashRule
sentryRule: *sentryRule
activityStaticRule: *activityStaticRule
\ No newline at end of file
activityStaticRule: *activityStaticRule
pageRule: *pageRule
\ No newline at end of file
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