6a6011fc by 杨炀

no message

1 parent 713fde52
...@@ -109,7 +109,7 @@ const setA = () => { ...@@ -109,7 +109,7 @@ const setA = () => {
109 axisLabel: { 109 axisLabel: {
110 inside: false, 110 inside: false,
111 color: '#7ECEF4', 111 color: '#7ECEF4',
112 fontSize: '1.5rem' 112 fontSize: '1.3rem'
113 }, 113 },
114 axisTick: { 114 axisTick: {
115 show: false 115 show: false
...@@ -136,7 +136,7 @@ const setA = () => { ...@@ -136,7 +136,7 @@ const setA = () => {
136 }, 136 },
137 axisLabel: { 137 axisLabel: {
138 color: '#7ECEF4', 138 color: '#7ECEF4',
139 fontSize: '1.5rem' 139 fontSize: '1.3rem'
140 }, 140 },
141 splitLine: { 141 splitLine: {
142 show: true, 142 show: true,
...@@ -233,7 +233,7 @@ const setB = () => { ...@@ -233,7 +233,7 @@ const setB = () => {
233 }, 233 },
234 axisLabel: { 234 axisLabel: {
235 color: '#7ECEF4', 235 color: '#7ECEF4',
236 fontSize: '1.5rem' 236 fontSize: '1.3rem'
237 }, 237 },
238 axisLine: { 238 axisLine: {
239 show: true, 239 show: true,
...@@ -250,7 +250,7 @@ const setB = () => { ...@@ -250,7 +250,7 @@ const setB = () => {
250 }, 250 },
251 type: 'value', 251 type: 'value',
252 axisLabel: { 252 axisLabel: {
253 fontSize: '1.5rem' 253 fontSize: '1.3rem'
254 }, 254 },
255 axisLine: { 255 axisLine: {
256 lineStyle: { 256 lineStyle: {
......
...@@ -95,7 +95,7 @@ const setA = () => { ...@@ -95,7 +95,7 @@ const setA = () => {
95 axisLabel: { 95 axisLabel: {
96 inside: false, 96 inside: false,
97 color: '#7ECEF4', 97 color: '#7ECEF4',
98 fontSize: '1.5rem' 98 fontSize: '1.3rem'
99 }, 99 },
100 axisTick: { 100 axisTick: {
101 show: false 101 show: false
...@@ -122,7 +122,7 @@ const setA = () => { ...@@ -122,7 +122,7 @@ const setA = () => {
122 }, 122 },
123 axisLabel: { 123 axisLabel: {
124 color: '#7ECEF4', 124 color: '#7ECEF4',
125 fontSize: '1.5rem' 125 fontSize: '1.3rem'
126 }, 126 },
127 splitLine: { 127 splitLine: {
128 show: true, 128 show: true,
...@@ -235,7 +235,8 @@ const setB = () => { ...@@ -235,7 +235,8 @@ const setB = () => {
235 }, 235 },
236 axisLabel: { 236 axisLabel: {
237 color: '#7ECEF4', 237 color: '#7ECEF4',
238 fontSize: '1.5rem' 238 fontSize: '1.3rem',
239 interval: 0
239 }, 240 },
240 axisLine: { 241 axisLine: {
241 show: true, 242 show: true,
...@@ -252,7 +253,7 @@ const setB = () => { ...@@ -252,7 +253,7 @@ const setB = () => {
252 }, 253 },
253 type: 'value', 254 type: 'value',
254 axisLabel: { 255 axisLabel: {
255 fontSize: '1.5rem' 256 fontSize: '1.3rem'
256 }, 257 },
257 axisLine: { 258 axisLine: {
258 lineStyle: { 259 lineStyle: {
......
...@@ -81,7 +81,7 @@ export default defineConfig(({ mode, command }) => { ...@@ -81,7 +81,7 @@ export default defineConfig(({ mode, command }) => {
81 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') 81 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
82 }, 82 },
83 '/dev-api': { 83 '/dev-api': {
84 target: 'http://192.168.1.66:5513/', 84 target: 'http://192.168.1.66:5511/',
85 // target: 'https://jijin.wtwuxicenter.com/stage-api', 85 // target: 'https://jijin.wtwuxicenter.com/stage-api',
86 changeOrigin: true, 86 changeOrigin: true,
87 rewrite: (p) => p.replace(/^\/dev-api/, '') 87 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!