Commit cd76f674 authored by 前端-许佳敏's avatar 前端-许佳敏

chore: 配置文件修改

parent a16676be
{"userRegister":{"useType":[{"memberTypeId":1,"memberTypeName":"企业会员","businessTypes":[{"businessTypeId":2,"businessTypeName":"SRM采购商"},{"businessTypeId":3,"businessTypeName":"SRM供应商"}]},{"memberTypeId":2,"memberTypeName":"个人会员","businessTypes":[]}]},"web":{"shopInfo":[{"id":3,"name":"米居采购商城","type":6,"environment":1,"property":1,"self":0,"memberOperate":0,"logoUrl":"https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/B003E031-2ED4-4f26-A114-919C782ECFBDc6c1b8978df042cfa82a53b04665fe6e.png","state":1,"url":"mjsrm-test","isDefault":1,"createTime":1646388136588}],"orderMode":[{"id":12,"platformType":3,"platformWayName":"采购询价合同下单","isPitchOn":1,"platformTypeName":"下单模式"}],"orderType":[{"id":9,"platformType":4,"platformWayName":"采购询价合同","isPitchOn":1,"platformTypeName":"订单类型"}]},"global":{"siteInfo":{"id":5,"name":"米居采购商城","logo":"https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/1111140a35f1cbcd64cd2a49de0317f13f97c.png","siteUrl":"mjsrm-test.shushangyun.com:12880","symbol":"¥","language":"China"}}} {
\ No newline at end of file "userRegister": {
"useType": [
{
"memberTypeId": 1,
"memberTypeName": "企业会员",
"businessTypes": [
{
"businessTypeId": 2,
"businessTypeName": "SRM采购商"
},
{
"businessTypeId": 3,
"businessTypeName": "SRM供应商"
}
]
},
{
"memberTypeId": 2,
"memberTypeName": "个人会员",
"businessTypes": []
}
]
},
"web": {
"shopInfo": [
{
"id": 3,
"name": "米居采购商城",
"type": 6,
"environment": 1,
"property": 1,
"self": 0,
"memberOperate": 0,
"logoUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/B003E031-2ED4-4f26-A114-919C782ECFBDc6c1b8978df042cfa82a53b04665fe6e.png",
"state": 1,
"url": "mjsrm-test",
"isDefault": 1,
"createTime": 1646388136588
}
],
"orderMode": [
{
"id": 12,
"platformType": 3,
"platformWayName": "采购询价合同下单",
"isPitchOn": 1,
"platformTypeName": "下单模式"
}
],
"orderType": [
{
"id": 9,
"platformType": 4,
"platformWayName": "采购询价合同",
"isPitchOn": 1,
"platformTypeName": "订单类型"
}
]
},
"global": {
"siteInfo": {
"id": 5,
"name": "米居采购商城",
"logo": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/1111140a35f1cbcd64cd2a49de0317f13f97c.png",
"siteUrl": "miju-mall-uat.nmmhome.com",
"symbol": "¥",
"language": "China"
}
}
}
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
const path = require('path') const path = require('path')
module.exports = { module.exports = {
"srm": { "srm": {
SITE_ID: '1', SITE_ID: '5',
BACK_GATEWAY: 'http://mjsrm-gateway-test.shushangyun.com:12880', BACK_GATEWAY: 'http://miju-gateway-uat.nmmhome.com',
USE_ROUTE_CONFIG: true, USE_ROUTE_CONFIG: true,
SOCKET_URL: 'ws://mjsrm-gateway-test.shushangyun.com:12880', SOCKET_URL: 'ws://miju-gateway-uat.nmmhome.com',
YAPI_URL: 'http://10.0.0.25:4000/' YAPI_URL: 'http://10.0.0.25:4000/'
} }
} }
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