ce2e4083 by 杨炀

no message

1 parent f2c0bc86
...@@ -156,13 +156,13 @@ const menus = ref([ ...@@ -156,13 +156,13 @@ const menus = ref([
156 picUrl2: '/img/nav_30_dwn.png', 156 picUrl2: '/img/nav_30_dwn.png',
157 isActive: false 157 isActive: false
158 }, 158 },
159 { 159 // {
160 name: language.value==0?'电子发票':'Electronic invoice', 160 // name: language.value==0?'发票申请':'Electronic invoice',
161 routeName: 'myKP', 161 // routeName: 'myKP',
162 picUrl1: '/img/fp.svg', 162 // picUrl1: '/img/fp.svg',
163 picUrl2: '/img/fp_dwn.svg', 163 // picUrl2: '/img/fp_dwn.svg',
164 isActive: false 164 // isActive: false
165 } 165 // }
166 ]) 166 ])
167 const menusEn = ref([ 167 const menusEn = ref([
168 { 168 {
...@@ -251,13 +251,13 @@ const menus3 = ref([ ...@@ -251,13 +251,13 @@ const menus3 = ref([
251 picUrl2: '/img/c7.png', 251 picUrl2: '/img/c7.png',
252 isActive: false 252 isActive: false
253 }, 253 },
254 { 254 // {
255 name: language.value==0?'电子发票':'Electronic invoice', 255 // name: language.value==0?'发票申请':'Electronic invoice',
256 routeName: 'myKP', 256 // routeName: 'myKP',
257 picUrl1: '/img/fp.svg', 257 // picUrl1: '/img/fp.svg',
258 picUrl2: '/img/fp_dwn.svg', 258 // picUrl2: '/img/fp_dwn.svg',
259 isActive: false 259 // isActive: false
260 } 260 // }
261 ]) 261 ])
262 const menus3En = ref([ 262 const menus3En = ref([
263 { 263 {
...@@ -332,13 +332,13 @@ const menusPersonal = ref([ ...@@ -332,13 +332,13 @@ const menusPersonal = ref([
332 picUrl2: '/img/nav_30_dwn.png', 332 picUrl2: '/img/nav_30_dwn.png',
333 isActive: false 333 isActive: false
334 }, 334 },
335 { 335 // {
336 name: language.value==0?'电子发票':'Electronic invoice', 336 // name: language.value==0?'发票申请':'Electronic invoice',
337 routeName: 'myKP', 337 // routeName: 'myKP',
338 picUrl1: '/img/fp.svg', 338 // picUrl1: '/img/fp.svg',
339 picUrl2: '/img/fp_dwn.svg', 339 // picUrl2: '/img/fp_dwn.svg',
340 isActive: false 340 // isActive: false
341 } 341 // }
342 ]) 342 ])
343 const menusPersonalEn = ref([ 343 const menusPersonalEn = ref([
344 { 344 {
......
...@@ -82,10 +82,10 @@ export default defineConfig(({ mode, command }) => { ...@@ -82,10 +82,10 @@ export default defineConfig(({ mode, command }) => {
82 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') 82 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
83 }, 83 },
84 '/dev-api': { 84 '/dev-api': {
85 target: 'http://192.168.1.118:8081/', 85 // target: 'http://192.168.1.118:8081/',
86 // target: 'http://192.168.1.131:8081/', 86 // target: 'http://192.168.1.131:8081/',
87 // target: 'https://jijin.wtwuxicenter.com/stage-api', 87 // target: 'https://jijin.wtwuxicenter.com/stage-api',
88 // target: 'https://wdsfwuxicenter.com/stage-api/', 88 target: 'https://wdsfwuxicenter.com/stage-api/',
89 changeOrigin: true, 89 changeOrigin: true,
90 rewrite: (p) => p.replace(/^\/dev-api/, '') 90 rewrite: (p) => p.replace(/^\/dev-api/, '')
91 }, 91 },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!