Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
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
ui
merchant-manage-ui
Commits
506c55d2
Commit
506c55d2
authored
Jan 09, 2024
by
guang.wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 更换敏感字符
parent
50fedcff
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
45 additions
and
45 deletions
+45
-45
env.config.js
config/env.config.js
+35
-35
index.less
src/components/MessageReminder/Complex/index.less
+1
-1
index.less
src/components/MessageReminder/Simple/index.less
+4
-4
departmentModal.jsx
src/pages/EmployeeManagement/components/departmentModal.jsx
+1
-1
newEmployeeModal.jsx
src/pages/EmployeeManagement/components/newEmployeeModal.jsx
+1
-1
service.js
src/pages/orderManage/pendingDeliveryOrder/service.js
+1
-1
index.jsx
src/pages/settleManage/uploadModal/index.jsx
+1
-1
index.jsx
src/pages/systemManage/Account/UserInfo/index.jsx
+1
-1
No files found.
config/env.config.js
View file @
506c55d2
...
@@ -4,51 +4,51 @@ const isPre = process.env.PRE_ENV === 'pre';
...
@@ -4,51 +4,51 @@ const isPre = process.env.PRE_ENV === 'pre';
const
environment
=
'
sc
'
;
const
environment
=
'
sc
'
;
const
envAPi
=
{
const
envAPi
=
{
api
:
`https://security-
${
environment
}
.
liangkebang.net`
,
//'https://security-xyqb.liangkebang
.net',
api
:
`https://security-
${
environment
}
.
op1po.net`
,
//'https://security-op9po.op1po
.net',
kdspOpApi
:
`https://sc-merchant-api-
${
environment
}
.
liangkebang
.net`
,
kdspOpApi
:
`https://sc-merchant-api-
${
environment
}
.
op1po
.net`
,
kdspApi
:
`https://sc-merchant-api-
${
environment
}
.
liangkebang
.net`
,
kdspApi
:
`https://sc-merchant-api-
${
environment
}
.
op1po
.net`
,
goodsApi
:
`https://sc-merchant-api-
${
environment
}
.
liangkebang
.net`
,
goodsApi
:
`https://sc-merchant-api-
${
environment
}
.
op1po
.net`
,
querysApi
:
`https://sc-merchant-api-
${
environment
}
.
liangkebang
.net/admin/merchant/sc-settlement`
,
querysApi
:
`https://sc-merchant-api-
${
environment
}
.
op1po
.net/admin/merchant/sc-settlement`
,
prologueDomain
:
`https://mall-
${
environment
}
.
liangkebang
.net`
,
prologueDomain
:
`https://mall-
${
environment
}
.
op1po
.net`
,
qiniuHost
:
'
https://kdspstatic.
q-gp
.com/
'
,
qiniuHost
:
'
https://kdspstatic.
op4po
.com/
'
,
opapiHost
:
`https://gw.yxmie.com`
,
opapiHost
:
`https://gw.yxmie.com`
,
wsApi
:
`wss://push-
${
environment
}
.
liangkebang
.net`
,
wsApi
:
`wss://push-
${
environment
}
.
op1po
.net`
,
msgApi
:
`https://msgapi-
${
environment
}
.
liangkebang
.net`
,
msgApi
:
`https://msgapi-
${
environment
}
.
op1po
.net`
,
roleApi
:
isPlatForm
roleApi
:
isPlatForm
?
`https://sc-op-api-
${
environment
}
.
liangkebang
.net`
?
`https://sc-op-api-
${
environment
}
.
op1po
.net`
:
`https://sc-merchant-api-
${
environment
}
.
liangkebang
.net`
,
:
`https://sc-merchant-api-
${
environment
}
.
op1po
.net`
,
};
};
const
prodApi
=
{
const
prodApi
=
{
api
:
'
//security.
q-gp
.com
'
,
api
:
'
//security.
op4po
.com
'
,
kdspOpApi
:
'
//kdsp-operation.
q-gp
.com
'
,
kdspOpApi
:
'
//kdsp-operation.
op4po
.com
'
,
prologueDomain
:
'
//mall.
q-gp
.com
'
,
prologueDomain
:
'
//mall.
op4po
.com
'
,
kdspApi
:
'
https://sc-merchant-api.
q-gp
.com
'
,
kdspApi
:
'
https://sc-merchant-api.
op4po
.com
'
,
// goodsApi: 'https://sc-op-api.
q-gp
.com', // 测试环境打包域名,
// goodsApi: 'https://sc-op-api.
op4po
.com', // 测试环境打包域名,
goodsApi
:
'
https://sc-merchant-api.
q-gp
.com
'
,
// 线上环境打包域名
goodsApi
:
'
https://sc-merchant-api.
op4po
.com
'
,
// 线上环境打包域名
qiniuHost
:
'
https://kdspstatic.
q-gp
.com/
'
,
qiniuHost
:
'
https://kdspstatic.
op4po
.com/
'
,
// talos 后面要下线
// talos 后面要下线
opapiHost
:
'
//gw.yxmie.com
'
,
opapiHost
:
'
//gw.yxmie.com
'
,
// opapiHost: 'https://opapi.
q-gp
.com',
// opapiHost: 'https://opapi.
op4po
.com',
// querysApi: 'https://sc-settlement-api.
q-gp
.com',
// querysApi: 'https://sc-settlement-api.
op4po
.com',
querysApi
:
'
https://sc-merchant-api.
q-gp
.com/admin/merchant/sc-settlement
'
,
querysApi
:
'
https://sc-merchant-api.
op4po
.com/admin/merchant/sc-settlement
'
,
wsApi
:
'
wss://push.
q-gp
.com
'
,
wsApi
:
'
wss://push.
op4po
.com
'
,
msgApi
:
'
https://msgapi.
q-gp
.com
'
,
msgApi
:
'
https://msgapi.
op4po
.com
'
,
roleApi
:
isPlatForm
?
'
https://sc-op-api.
q-gp.com
'
:
'
https://sc-merchant-api.q-gp
.com
'
,
roleApi
:
isPlatForm
?
'
https://sc-op-api.
op4po.com
'
:
'
https://sc-merchant-api.op4po
.com
'
,
};
};
const
preProdApi
=
{
const
preProdApi
=
{
api
:
'
//backstms-pre.
xyqb
.com
'
,
api
:
'
//backstms-pre.
op9po
.com
'
,
kdspOpApi
:
'
//kdsp-operation-pre.
q-gp
.com
'
,
kdspOpApi
:
'
//kdsp-operation-pre.
op4po
.com
'
,
prologueDomain
:
'
//mall.
q-gp
.com
'
,
prologueDomain
:
'
//mall.
op4po
.com
'
,
kdspApi
:
'
//sc-op-api-pre.
q-gp
.com
'
,
kdspApi
:
'
//sc-op-api-pre.
op4po
.com
'
,
goodsApi
:
'
https://sc-merchant-api-pre.
q-gp
.com
'
,
goodsApi
:
'
https://sc-merchant-api-pre.
op4po
.com
'
,
qiniuHost
:
'
https://kdspstatic.
q-gp
.com/
'
,
qiniuHost
:
'
https://kdspstatic.
op4po
.com/
'
,
opapiHost
:
'
https://opapi-pre.
q-gp
.com
'
,
opapiHost
:
'
https://opapi-pre.
op4po
.com
'
,
querysApi
:
'
https://sc-settlement-api.
q-gp
.com
'
,
querysApi
:
'
https://sc-settlement-api.
op4po
.com
'
,
wsApi
:
'
wss://push.
q-gp
.com
'
,
wsApi
:
'
wss://push.
op4po
.com
'
,
msgApi
:
'
https://msgapi.
q-gp
.com
'
,
msgApi
:
'
https://msgapi.
op4po
.com
'
,
roleApi
:
isPlatForm
?
'
https://sc-op-api-pre.
q-gp.com
'
:
'
https://sc-merchant-api-pre.q-gp
.com
'
,
roleApi
:
isPlatForm
?
'
https://sc-op-api-pre.
op4po.com
'
:
'
https://sc-merchant-api-pre.op4po
.com
'
,
};
};
let
json
=
envAPi
;
let
json
=
envAPi
;
...
...
src/components/MessageReminder/Complex/index.less
View file @
506c55d2
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
color: #fff;
color: #fff;
.title-icon {
.title-icon {
padding-left: 25px;
padding-left: 25px;
background: #1890ff url('https://img.
lkbang
.net/notice.94d42513.png') no-repeat 0 center;
background: #1890ff url('https://img.
op5po
.net/notice.94d42513.png') no-repeat 0 center;
background-size: 20px 20px;
background-size: 20px 20px;
}
}
}
}
...
...
src/components/MessageReminder/Simple/index.less
View file @
506c55d2
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
height: 20px;
height: 20px;
margin-right: 5px;
margin-right: 5px;
vertical-align: -3px;
vertical-align: -3px;
background: url('https://img.
lkbang
.net/notice.94d42513.png') no-repeat;
background: url('https://img.
op5po
.net/notice.94d42513.png') no-repeat;
background-size: 100% 100%;
background-size: 100% 100%;
content: '';
content: '';
}
}
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
font-weight: 700;
font-weight: 700;
font-size: 16px;
font-size: 16px;
line-height: 50px;
line-height: 50px;
background: #1890ff url('https://img.
lkbang
.net/notice.94d42513.png') no-repeat 10px center;
background: #1890ff url('https://img.
op5po
.net/notice.94d42513.png') no-repeat 10px center;
background-size: 20px 20px;
background-size: 20px 20px;
.close {
.close {
position: absolute;
position: absolute;
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
.order-number {
.order-number {
flex: 1;
flex: 1;
padding-left: 20px;
padding-left: 20px;
background: url('https://img.
lkbang
.net/order_no.f4e0a8b3.png') no-repeat scroll 0 center;
background: url('https://img.
op5po
.net/order_no.f4e0a8b3.png') no-repeat scroll 0 center;
}
}
.mark-read {
.mark-read {
color: #178fff;
color: #178fff;
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
span {
span {
flex: 1;
flex: 1;
padding-left: 20px;
padding-left: 20px;
background: url('https://img.
lkbang
.net/datetime.1b5f9199.png') no-repeat scroll 0 center;
background: url('https://img.
op5po
.net/datetime.1b5f9199.png') no-repeat scroll 0 center;
}
}
}
}
...
...
src/pages/EmployeeManagement/components/departmentModal.jsx
View file @
506c55d2
...
@@ -138,7 +138,7 @@ const DepartmentModal = ({ visible, onClose, enterpriseList }) => {
...
@@ -138,7 +138,7 @@ const DepartmentModal = ({ visible, onClose, enterpriseList }) => {
</
Dragger
>
</
Dragger
>
</
Item
>
</
Item
>
<
div
className=
{
styles
.
employees
}
>
<
div
className=
{
styles
.
employees
}
>
<
a
href=
"https://kdspstatic.
q-gp
.com/%E6%96%B0%E5%A2%9E%E9%83%A8%E9%97%A8.xlsx"
>
<
a
href=
"https://kdspstatic.
op4po
.com/%E6%96%B0%E5%A2%9E%E9%83%A8%E9%97%A8.xlsx"
>
部门导入模版.xlsx
部门导入模版.xlsx
</
a
>
</
a
>
</
div
>
</
div
>
...
...
src/pages/EmployeeManagement/components/newEmployeeModal.jsx
View file @
506c55d2
...
@@ -140,7 +140,7 @@ const NewEmployeeModal = props => {
...
@@ -140,7 +140,7 @@ const NewEmployeeModal = props => {
</
Dragger
>
</
Dragger
>
</
Form
.
Item
>
</
Form
.
Item
>
<
div
className=
{
styles
.
employees
}
>
<
div
className=
{
styles
.
employees
}
>
<
a
href=
"https://kdspstatic.
q-gp
.com/%E6%96%B0%E5%A2%9E%E5%91%98%E5%B7%A5.xlsx"
>
<
a
href=
"https://kdspstatic.
op4po
.com/%E6%96%B0%E5%A2%9E%E5%91%98%E5%B7%A5.xlsx"
>
员工导入模版.xlsx
员工导入模版.xlsx
</
a
>
</
a
>
</
div
>
</
div
>
...
...
src/pages/orderManage/pendingDeliveryOrder/service.js
View file @
506c55d2
...
@@ -56,7 +56,7 @@ export async function uploadFile(file) {
...
@@ -56,7 +56,7 @@ export async function uploadFile(file) {
return
data
;
return
data
;
}
}
export
function
downTemplate
()
{
export
function
downTemplate
()
{
window
.
location
.
href
=
'
https://sc-img.
q-gp
.com/orders/templates/batch_deliveriesV2.xlsx
'
;
window
.
location
.
href
=
'
https://sc-img.
op4po
.com/orders/templates/batch_deliveriesV2.xlsx
'
;
}
}
export
async
function
downOrder
(
params
)
{
export
async
function
downOrder
(
params
)
{
const
data
=
await
request
.
post
(
'
/api/merchants/orders/export
'
,
{
const
data
=
await
request
.
post
(
'
/api/merchants/orders/export
'
,
{
...
...
src/pages/settleManage/uploadModal/index.jsx
View file @
506c55d2
...
@@ -81,7 +81,7 @@ export default props => {
...
@@ -81,7 +81,7 @@ export default props => {
</
TabPane
>
</
TabPane
>
<
TabPane
tab=
"上传附件"
key=
"2"
>
<
TabPane
tab=
"上传附件"
key=
"2"
>
<
a
<
a
href=
"https://kdspstatic.
q-gp
.com/%E5%8F%91%E7%A5%A8%E4%B8%8A%E4%BC%A0%E6%A8%A1%E6%9D%BF.xlsx"
href=
"https://kdspstatic.
op4po
.com/%E5%8F%91%E7%A5%A8%E4%B8%8A%E4%BC%A0%E6%A8%A1%E6%9D%BF.xlsx"
className=
{
styles
.
down
}
className=
{
styles
.
down
}
>
>
模板下载
模板下载
...
...
src/pages/systemManage/Account/UserInfo/index.jsx
View file @
506c55d2
...
@@ -162,7 +162,7 @@ const AccountInfo = props => {
...
@@ -162,7 +162,7 @@ const AccountInfo = props => {
const
params
=
{
const
params
=
{
...
fieldsValue
,
...
fieldsValue
,
code
,
code
,
email
:
email
||
`
${
code
}
@stms.
quantgroup
.cn`
,
email
:
email
||
`
${
code
}
@stms.
oppo
.cn`
,
source
:
1
,
source
:
1
,
tenantId
:
560761
,
tenantId
:
560761
,
organization
:
{
organization
:
{
...
...
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