Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
config_repository
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
config_repository
Commits
61eadeee
Commit
61eadeee
authored
Nov 16, 2018
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除多余的ui配置
parent
9154c6af
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
2 additions
and
230 deletions
+2
-230
.DS_Store
.DS_Store
+0
-0
activity-ui.js
lua-ui/config/activity-ui.js
+0
-16
bospinjaman-h5-ui.js
lua-ui/config/bospinjaman-h5-ui.js
+0
-8
bospinjaman-ui.js
lua-ui/config/bospinjaman-ui.js
+0
-0
business-op-ui.js
lua-ui/config/business-op-ui.js
+0
-13
clotho-ui.js
lua-ui/config/clotho-ui.js
+0
-8
cuishou-ui.js
lua-ui/config/cuishou-ui.js
+0
-1
cuishou_external.js
lua-ui/config/cuishou_external.js
+0
-3
mall-ui.js
lua-ui/config/mall-ui.js
+0
-27
offline-ui.js
lua-ui/config/offline-ui.js
+0
-8
pinjamancepat-analyse-ui.js
lua-ui/config/pinjamancepat-analyse-ui.js
+0
-18
pinjamancepat-collection-ui.js
lua-ui/config/pinjamancepat-collection-ui.js
+0
-16
pinjamancepat-credit-review-ui.js
lua-ui/config/pinjamancepat-credit-review-ui.js
+0
-16
pipeline-ui.js
lua-ui/config/pipeline-ui.js
+0
-19
q-card-ui.js
lua-ui/config/q-card-ui.js
+0
-5
risk-management.js
lua-ui/config/risk-management.js
+0
-6
spider-center-ui.js
lua-ui/config/spider-center-ui.js
+0
-10
untitled.txt
lua-ui/config/untitled.txt
+0
-0
xyqb-ui.js
lua-ui/config/xyqb-ui.js
+0
-45
xyqb-user-ui.js
lua-ui/config/xyqb-user-ui.js
+0
-9
replace_config.yaml
yaml/replace_config.yaml
+2
-2
No files found.
.DS_Store
View file @
61eadeee
No preview for this file type
lua-ui/config/activity-ui.js
deleted
100644 → 0
View file @
9154c6af
var
protocal
=
window
.
location
.
protocol
;
var
domain
=
'
.domain.com
'
;
module
.
exports
=
{
API
:
protocal
+
"
//actapi.domain.com
"
,
XyqbH5Api
:
protocal
+
"
//mapi.domain.com
"
,
QiNiuHost
:
protocal
+
"
//ohsx2fi5w.bkt.clouddn.com/
"
,
XyqbUserUrl
:
protocal
+
'
//passport.domain.com
'
,
px2rem
:
100
,
domain
:
domain
,
weixinAppid
:
'
wx7188560d6923088d
'
,
//'wx89894cd83d117b26',
weixinUri
:
encodeURIComponent
(
'
http://wechattest1.domain.com/api/coupon/activity/wechat/rent_house/bargain
'
),
rentingApi
:
protocal
+
"
//api.domain.com
"
,
rentingUrl
:
protocal
+
"
//activity.domain.com
"
,
mallApiHost
:
protocal
+
'
//mallapi.domain.com
'
,
h5Url
:
protocal
+
"
//h5.domain.com
"
};
lua-ui/config/bospinjaman-h5-ui.js
deleted
100644 → 0
View file @
9154c6af
// let protocol = window.location.protocol
let
apiHost
=
'
http://pinja-api.domain.com
'
let
qiniuHost
=
'
https://oic74zs8j.qnssl.com
'
module
.
exports
=
{
ApiBaseUrl
:
apiHost
,
qiniuHost
:
qiniuHost
}
\ No newline at end of file
lua-ui/config/bospinjaman-ui.js
deleted
100644 → 0
View file @
9154c6af
lua-ui/config/business-op-ui.js
deleted
100644 → 0
View file @
9154c6af
const
protocol
=
window
.
location
.
protocol
let
domain
=
'
.domain.com
'
const
opSystem
=
'
SWXT
'
const
qiniuHost
=
'
http://7xtgdu.com1.z0.glb.clouddn.com/
'
const
opapiHost
=
`
${
protocol
}
//opapi.domain.com`
let
opSystemPanelUrl
=
`
${
opapiHost
}
/userManage/systemPanel`
export
default
{
opapiHost
,
qiniuHost
,
opSystemPanelUrl
,
domain
,
opSystem
}
\ No newline at end of file
lua-ui/config/clotho-ui.js
deleted
100644 → 0
View file @
9154c6af
"
use strict
"
;
const
merge
=
require
(
"
webpack-merge
"
);
const
prodEnv
=
require
(
"
./prod.env
"
);
module
.
exports
=
merge
(
prodEnv
,
{
NODE_ENV
:
'
"development"
'
,
API_HOST
:
'
"clotho.domain.com"
'
});
\ No newline at end of file
lua-ui/config/cuishou-ui.js
deleted
100644 → 0
View file @
9154c6af
//空文档,这个项目没有配置文件
\ No newline at end of file
lua-ui/config/cuishou_external.js
deleted
100644 → 0
View file @
9154c6af
export
default
{
baseApi
:
'
http://urge.domain.com
'
}
\ No newline at end of file
lua-ui/config/mall-ui.js
deleted
100644 → 0
View file @
9154c6af
var
protocol
=
window
.
location
.
protocol
;
var
api
=
protocol
+
'
//btapi.domain.com/
'
;
var
auth
=
protocol
+
'
//auth.domain.com/
'
;
var
mallApi
=
protocol
+
'
//mallapi.domain.com/
'
;
var
offlineApi
=
protocol
+
'
//offapi.domain.com/
'
;
var
offline
=
protocol
+
'
//off.domain.com/
'
;
var
btUrl
=
protocol
+
'
//bt.domain.com
'
;
var
domain
=
'
.domain.com
'
;
var
xyqbUserUrl
=
protocol
+
'
//passport.domain.com
'
;
var
xyqbUserApi
=
protocol
+
'
//passportapi2.domain.com
'
;
var
xjdApi
=
protocol
+
'
//api.domain.com
'
;
module
.
exports
=
{
api
:
api
,
auth
:
auth
,
mallApi
:
mallApi
,
offlineApi
:
offlineApi
,
offline
:
offline
,
xyqbUserUrl
:
xyqbUserUrl
,
test
:
false
,
btUrl
:
btUrl
,
domain
:
domain
,
xyqbUserApi
:
xyqbUserApi
,
xjdApi
:
xjdApi
,
baitiaoBankCardToken
:
'
BAITIAO_RETURN
'
,
baitiaoRepayToken
:
'
BAITIAO_REPAY_RETURN
'
};
lua-ui/config/offline-ui.js
deleted
100644 → 0
View file @
9154c6af
var
protocol
=
window
.
location
.
protocol
;
module
.
exports
=
{
api
:
protocol
+
"
//offapi.domain.com
"
,
auth
:
protocol
+
"
//auth.domain.com
"
,
analysisUrl
:
"
/analysis/
"
,
test
:
false
};
\ No newline at end of file
lua-ui/config/pinjamancepat-analyse-ui.js
deleted
100644 → 0
View file @
9154c6af
const
protocol
=
window
.
location
.
protocol
const
qiniuHost
=
'
https://oic74zs8j.qnssl.com/
'
// const opapiHost = 'http://192.168.29.39:9012' //开发环境
const
opapiHost
=
'
http://pinja-analyse.domain.com
'
//对账、统计模块
const
opapiHostNew
=
'
http://loan-shop-api.domain.com
'
//贷超模块
// const translateHost = 'http://192.168.165.177:12001' //开发环境 本地起
// const translateHost = 'http://translate-dongmeifeng.liangkebang.com' //测试环境环境
let
LoginUrl
=
`
${
protocol
}
#/login`
// 登录页
let
domain
=
''
export
default
{
qiniuHost
,
opapiHost
,
opapiHostNew
,
// translateHost,
LoginUrl
,
domain
}
\ No newline at end of file
lua-ui/config/pinjamancepat-collection-ui.js
deleted
100644 → 0
View file @
9154c6af
const
protocol
=
window
.
location
.
protocol
const
qiniuHost
=
'
https://oic74zs8j.qnssl.com/
'
//const opapiHost = `${protocol}//192.168.25.205:9001` //开发环境
const
opapiHost
=
'
http://pinja-collection-api.domain.com
'
//测试环境
// const translateHost = 'http://192.168.165.177:12001' //开发环境 本地起
const
translateHost
=
'
http://translate.domain.com
'
//测试环境环境
let
LoginUrl
=
`
${
protocol
}
/login`
// 登录页
let
domain
=
''
export
default
{
qiniuHost
,
opapiHost
,
translateHost
,
LoginUrl
,
domain
}
\ No newline at end of file
lua-ui/config/pinjamancepat-credit-review-ui.js
deleted
100644 → 0
View file @
9154c6af
const
protocol
=
window
.
location
.
protocol
const
qiniuHost
=
'
https://oic74zs8j.qnssl.com/
'
// const opapiHost = 'http://192.168.29.39:9012' //开发环境
const
opapiHost
=
'
http://pinja-cr-api.domain.com
'
//测试环境
// const translateHost = 'http://192.168.165.177:12001' //开发环境 本地起
const
translateHost
=
'
http://translate.domain.com
'
//测试环境环境
let
LoginUrl
=
`
${
protocol
}
#/login`
// 登录页
let
domain
=
''
export
default
{
qiniuHost
,
opapiHost
,
translateHost
,
LoginUrl
,
domain
}
\ No newline at end of file
lua-ui/config/pipeline-ui.js
deleted
100644 → 0
View file @
9154c6af
import
{
Injectable
}
from
'
@angular/core
'
;
@
Injectable
()
export
class
GlobalService
{
pipesServer
:
String
=
'
http://pipes.liangkebang.com
'
;
bpServerHost
:
String
=
`http://pipe.liangkebang.com`
;
uploadServerHost
:
String
=
`http://pipes.liangkebang.com`
;
authServer
:
String
=
`http://login.liangkebang.com`
;
extend
:
Function
=
(
s
,
t
)
=>
{
let
ks
=
Object
.
keys
(
t
)
for
(
let
k
of
ks
)
{
s
[
k
]
=
JSON
.
parse
(
JSON
.
stringify
(
t
[
k
]))
}
}
}
lua-ui/config/q-card-ui.js
deleted
100644 → 0
View file @
9154c6af
const
protocol
=
window
.
location
.
protocol
let
apiHost
=
protocol
+
'
//q-card-api.domain.com
'
module
.
exports
=
{
ApiBaseUrl
:
apiHost
,
}
\ No newline at end of file
lua-ui/config/risk-management.js
deleted
100644 → 0
View file @
9154c6af
const
protocol
=
window
.
location
.
protocol
const
opApiHost
=
`
${
protocol
}
//workflow-api.domain.com`
export
default
{
opApiHost
:
opApiHost
,
opLoginUrl
:
`
${
opApiHost
}
/user/toLogin`
}
lua-ui/config/spider-center-ui.js
deleted
100644 → 0
View file @
9154c6af
var
protocal
=
window
.
location
.
protocol
;
var
apiHost
=
protocal
+
'
//scapi.domain.com
'
;
var
xyqbUiHost
=
protocal
+
'
//api.domain.com
'
;
module
.
exports
=
{
api
:
apiHost
,
xyqbUiApi
:
xyqbUiHost
,
analysisUrl
:
"
/analysis/
"
,
test
:
true
};
\ No newline at end of file
lua-ui/config/untitled.txt
deleted
100644 → 0
View file @
9154c6af
lua-ui/config/xyqb-ui.js
deleted
100644 → 0
View file @
9154c6af
(
function
()
{
'
use strict
'
;
var
protocol
=
window
.
location
.
protocol
;
var
apiHost
=
protocol
+
'
//api.domain.com/
'
;
var
xyqbUserUIHost
=
protocol
+
'
//passport.domain.com/
'
;
var
authHost
=
protocol
+
'
//auth.domain.com/
'
;
var
bankCardReturnToken
=
'
BIND_RETURN_ONLINE
'
;
var
repayReturnToken
=
'
REPAY_RETURN_ONLINE
'
;
var
rebindRepayReturnToken
=
'
REBIND_RETURN_ONLINE
'
;
var
devHtHost
=
"
24
"
;
var
activityUI
=
protocol
+
'
//activity.domain.com/
'
;
var
qiniuHost
=
protocol
+
'
//ohsx2fi5w.bkt.clouddn.com/
'
;
var
btHost
=
protocol
+
'
//bt.domain.com/
'
;
var
shuntHost
=
protocol
+
'
//flow.domain.com
'
;
var
h5Host
=
protocol
+
'
//h5.domain.com/
'
;
var
xyqbApp
=
angular
.
module
(
'
xyqbUiApp
'
);
xyqbApp
.
value
(
'
ApiBaseUrl
'
,
apiHost
);
xyqbApp
.
value
(
'
AuthBaseUrl
'
,
authHost
);
// xyqbApp.value('MogaokuBaseUrl', mogaokuHost);
xyqbApp
.
value
(
'
BindCardToken
'
,
bankCardReturnToken
);
xyqbApp
.
value
(
'
RepayToken
'
,
repayReturnToken
);
xyqbApp
.
value
(
'
RebindToken
'
,
rebindRepayReturnToken
);
xyqbApp
.
value
(
'
ShuntBaseUrl
'
,
shuntHost
);
xyqbApp
.
value
(
'
XyqbUserUI
'
,
xyqbUserUIHost
);
xyqbApp
.
value
(
'
h5BaseUrl
'
,
h5Host
);
xyqbApp
.
value
(
'
devHtHost
'
,
devHtHost
);
if
(
location
.
host
===
'
58.domain.com
'
)
{
bankCardReturnToken
=
'
58BIND_RETURN_ONLINE
'
;
repayReturnToken
=
'
58REPAY_RETURN_ONLINE
'
;
rebindRepayReturnToken
=
'
58REBIND_RETURN_ONLINE
'
;
xyqbApp
.
value
(
'
BindCardToken
'
,
bankCardReturnToken
);
xyqbApp
.
value
(
'
RepayToken
'
,
repayReturnToken
);
xyqbApp
.
value
(
'
RebindToken
'
,
rebindRepayReturnToken
);
}
else
{
xyqbApp
.
value
(
'
BindCardToken
'
,
bankCardReturnToken
);
xyqbApp
.
value
(
'
RepayToken
'
,
repayReturnToken
);
xyqbApp
.
value
(
'
RebindToken
'
,
rebindRepayReturnToken
);
}
})();
lua-ui/config/xyqb-user-ui.js
deleted
100644 → 0
View file @
9154c6af
let
protocol
=
window
.
location
.
protocol
module
.
exports
=
{
api
:
protocol
+
"
//passportapi2.domain.com
"
,
weixinAppid
:
'
wx7188560d6923088d
'
,
//'wx89894cd83d117b26',
//h5-liangkebang.com固定地址,不允许修改成namespace。因为线上公众号授信域名为h5.liangkebang.com
weixinUri
:
protocol
+
'
//h5.liangkebang.com/wechat/receiveCode/extdata/
'
,
test
:
true
,
domain
:
"
passport.domain.com
"
};
\ No newline at end of file
yaml/replace_config.yaml
View file @
61eadeee
...
...
@@ -16,9 +16,9 @@ xyqbApiDomainRule: &xyqbApiDomainRule
to
:
*lkbDomain
useNamespace
:
true
# 替换cookie
,需要放在api规则后;或者需要改正则
# 替换cookie
xyqbCookieRule
:
&xyqbCookieRule
reg
:
'
.xyqb.com'
reg
:
'
(?<![\w])
.xyqb.com'
to
:
*lkbDomain
qgApiRule
:
&qgApiRule
...
...
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