6a6011fc by 杨炀

no message

1 parent 713fde52
......@@ -109,7 +109,7 @@ const setA = () => {
axisLabel: {
inside: false,
color: '#7ECEF4',
fontSize: '1.5rem'
fontSize: '1.3rem'
},
axisTick: {
show: false
......@@ -136,7 +136,7 @@ const setA = () => {
},
axisLabel: {
color: '#7ECEF4',
fontSize: '1.5rem'
fontSize: '1.3rem'
},
splitLine: {
show: true,
......@@ -233,7 +233,7 @@ const setB = () => {
},
axisLabel: {
color: '#7ECEF4',
fontSize: '1.5rem'
fontSize: '1.3rem'
},
axisLine: {
show: true,
......@@ -250,7 +250,7 @@ const setB = () => {
},
type: 'value',
axisLabel: {
fontSize: '1.5rem'
fontSize: '1.3rem'
},
axisLine: {
lineStyle: {
......
......@@ -95,7 +95,7 @@ const setA = () => {
axisLabel: {
inside: false,
color: '#7ECEF4',
fontSize: '1.5rem'
fontSize: '1.3rem'
},
axisTick: {
show: false
......@@ -122,7 +122,7 @@ const setA = () => {
},
axisLabel: {
color: '#7ECEF4',
fontSize: '1.5rem'
fontSize: '1.3rem'
},
splitLine: {
show: true,
......@@ -235,7 +235,8 @@ const setB = () => {
},
axisLabel: {
color: '#7ECEF4',
fontSize: '1.5rem'
fontSize: '1.3rem',
interval: 0
},
axisLine: {
show: true,
......@@ -252,7 +253,7 @@ const setB = () => {
},
type: 'value',
axisLabel: {
fontSize: '1.5rem'
fontSize: '1.3rem'
},
axisLine: {
lineStyle: {
......
......@@ -81,7 +81,7 @@ export default defineConfig(({ mode, command }) => {
rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
},
'/dev-api': {
target: 'http://192.168.1.66:5513/',
target: 'http://192.168.1.66:5511/',
// target: 'https://jijin.wtwuxicenter.com/stage-api',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!