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