From 40527cabc1e90293ad92d48b80eea9d900ec03b8 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Tue, 19 Apr 2022 13:59:13 +0800 Subject: [PATCH] edit --- proxy.conf.js | 22 +++++++++---------- .../list/detail/detail.component.html | 4 ++++ 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/proxy.conf.js b/proxy.conf.js index 3ec9b0fd..0efd1a41 100644 --- a/proxy.conf.js +++ b/proxy.conf.js @@ -18,19 +18,9 @@ module.exports = { // secure: false, // Ignore invalid SSL certificates // changeOrigin: true // } - // '//api': { - // target: { - // host: 'tms-api.yunduoxing.com', - // protocol: 'https:', - // port: 443 - // }, - // secure: false, - // changeOrigin: true, - // logLevel: 'debug' - // }, '//api': { target: { - host: 'tms-api-dev.eascs.com', + host: 'tms-api.yunduoxing.com', protocol: 'https:', port: 443 }, @@ -38,4 +28,14 @@ module.exports = { changeOrigin: true, logLevel: 'debug' }, + // '//api': { + // target: { + // host: 'tms-api-dev.eascs.com', + // protocol: 'https:', + // port: 443 + // }, + // secure: false, + // changeOrigin: true, + // logLevel: 'debug' + // }, }; diff --git a/src/app/routes/vehicle/components/list/detail/detail.component.html b/src/app/routes/vehicle/components/list/detail/detail.component.html index a7422e70..cc016948 100644 --- a/src/app/routes/vehicle/components/list/detail/detail.component.html +++ b/src/app/routes/vehicle/components/list/detail/detail.component.html @@ -101,6 +101,10 @@ + + +