update code
parent
b346e72788
commit
de9245832e
|
@ -279,8 +279,7 @@ export default {
|
||||||
smooth: true,
|
smooth: true,
|
||||||
label: {
|
label: {
|
||||||
show: true,
|
show: true,
|
||||||
color: "rgba(142, 165, 245, 0.88)",
|
color: '#82c9ff',
|
||||||
fontSize:10,
|
|
||||||
position: 'top'
|
position: 'top'
|
||||||
},
|
},
|
||||||
areaStyle: {
|
areaStyle: {
|
||||||
|
|
|
@ -37,8 +37,8 @@ module.exports = defineConfig({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'/jhapi':{
|
'/jhapi':{
|
||||||
target: `http://62.234.3.186/jhapi/`,
|
//target: `http://62.234.3.186/jhapi/`,
|
||||||
//target: `http://127.0.0.1:8090/jhapi/`,
|
target: `http://127.0.0.1:8090/jhapi/`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/jhapi':'/'
|
'^/jhapi':'/'
|
||||||
|
|
Loading…
Reference in New Issue