Merge branch 'release-test' of http://117.78.60.236:8000/csbr-daop/fe-data-asset…
…-management into release-test
Showing
2 changed files
with
6 additions
and
6 deletions
| ... | @@ -86,7 +86,7 @@ export const getProduct = (params) => request({ | ... | @@ -86,7 +86,7 @@ export const getProduct = (params) => request({ |
| 86 | export const getTenantInfo = (params) => request({ | 86 | export const getTenantInfo = (params) => request({ |
| 87 | // url: `${import.meta.env.VITE_APP_PERSONAL_URL}/tenant/getByGuid/${params}`, | 87 | // url: `${import.meta.env.VITE_APP_PERSONAL_URL}/tenant/getByGuid/${params}`, |
| 88 | // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`, | 88 | // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`, |
| 89 | url: `https://daop-zcgl-test.zgsjzc.com/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`, | 89 | url: `https://daop-zcgl-test.zgsjzc.com/circulation/api/ms-data-circulation-portal-service/enterprise/detail-by-name`, |
| 90 | method: 'get', | 90 | method: 'get', |
| 91 | params | 91 | params |
| 92 | }) | 92 | }) | ... | ... |
| ... | @@ -40,11 +40,11 @@ export default ({ mode, command }) => { | ... | @@ -40,11 +40,11 @@ export default ({ mode, command }) => { |
| 40 | changeOrigin: env.VITE_OPEN_PROXY === 'true', | 40 | changeOrigin: env.VITE_OPEN_PROXY === 'true', |
| 41 | rewrite: path => path.replace(/\/portal/, ''), | 41 | rewrite: path => path.replace(/\/portal/, ''), |
| 42 | }, | 42 | }, |
| 43 | '/circulation':{ | 43 | // '/circulation':{ |
| 44 | target: env.VITE_APP_CIRCULATION, | 44 | // target: env.VITE_APP_CIRCULATION, |
| 45 | changeOrigin: env.VITE_OPEN_PROXY === 'true', | 45 | // changeOrigin: env.VITE_OPEN_PROXY === 'true', |
| 46 | rewrite: path => path.replace(/\/circulation/, ''), | 46 | // rewrite: path => path.replace(/\/circulation/, ''), |
| 47 | }, | 47 | // }, |
| 48 | '/delivery':{ | 48 | '/delivery':{ |
| 49 | target: env.VITE_APP_DATA_DELIVERY, | 49 | target: env.VITE_APP_DATA_DELIVERY, |
| 50 | changeOrigin: env.VITE_OPEN_PROXY === 'true', | 50 | changeOrigin: env.VITE_OPEN_PROXY === 'true', | ... | ... |
-
Please register or sign in to post a comment