Commit 60c14dac authored by gengchunlei's avatar gengchunlei

慢综 医生端 图片预览实现

parent 7dd76a03
...@@ -52,7 +52,7 @@ export default { ...@@ -52,7 +52,7 @@ export default {
if (!token) { if (!token) {
token = sessionStorage.getItem('token') token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
token = '83cc8934-c543-45cd-a3fd-364cf6f9739d' token = '812fd32f-f78d-4b49-aaed-ce16f0c80544'
} }
} }
if (token) { if (token) {
......
...@@ -30,11 +30,11 @@ module.exports = defineConfig({ ...@@ -30,11 +30,11 @@ module.exports = defineConfig({
} }
}, },
'/chronic-admin': { '/chronic-admin': {
// target: 'https://beta-tumour.zmnyjk.com', target: 'https://beta-tumour.zmnyjk.com',
target: 'http://192.168.1.43:8900', // target: 'http://192.168.1.43:8900',
changOrigin: true, changOrigin: true,
pathRewrite: { pathRewrite: {
'^/chronic-admin': '/' '^/chronic-admin': '/chronic-admin'
} }
}, },
'/chronic-resident': { '/chronic-resident': {
......
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