Commit 563ed16c authored by cellee's avatar cellee

Signed-off-by: cellee <893264950@qq.com>

parent 1e772a6c
...@@ -86,15 +86,15 @@ export default { ...@@ -86,15 +86,15 @@ export default {
changeOrigin: true, changeOrigin: true,
pathRewrite: { '^': '' }, pathRewrite: { '^': '' },
}, },
// '/tos/': {
// target: 'http://47.74.233.180:8651',
// changeOrigin: true,
// pathRewrite: { '^': '' },
// },
'/tos/': { '/tos/': {
target: 'http://192.168.1.28:8651', target: 'http://47.74.233.180:8651',
changeOrigin: true, changeOrigin: true,
pathRewrite: { '^': '' }, pathRewrite: { '^': '' },
}, },
// '/tos/': {
// target: 'http://192.168.1.28:8651',
// changeOrigin: true,
// pathRewrite: { '^': '' },
// },
}, },
}; };
...@@ -93,12 +93,12 @@ export default { ...@@ -93,12 +93,12 @@ export default {
pictrues: string[]; pictrues: string[];
time: string; time: string;
} = { } = {
community: tmp.communityName, community: tmp.communityName || tmp.communityName,
address: tmp.addressAndpostalCode, address: tmp.addressAndpostalCode || tmp.residentialAddress,
home: tmp.buildingNumber + ' #' + tmp.floorNumber + '-' + tmp.roomNumber, home: (tmp.buildingNumber || tmp.communityBuild) + ' #' + (tmp.floorNumber || tmp.communityFloor) + '-' + (tmp.roomNumber || tmp.communtiyRoom),
name: tmp.owerName, name: tmp.owerName || tmp.ownerFamilyName,
phone: tmp.owerPhone, phone: tmp.owerPhone || tmp.ownerFamilyPhone,
email: tmp.owerEmail, email: tmp.owerEmail || tmp.ownerFamilyEmail,
content: tmp2.serviceContent, content: tmp2.serviceContent,
replyContent: tmp2.replyContent, replyContent: tmp2.replyContent,
replyImgUrl: Fromate(tmp2.replyImgUrl, [['url', null]]), replyImgUrl: Fromate(tmp2.replyImgUrl, [['url', null]]),
......
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