@ -141,6 +141,12 @@ function getList() {
bottom: '3%',
containLabel: true
},
dataZoom:[
{
type: 'inside',
}
],
xAxis: [
type: "category",
@ -165,9 +171,9 @@ function getList() {
type: 'value',
name: '花纹深度',
name: '速度',
axisLabel: {
formatter: '{value} mm'
formatter: '{value} km/h'
@ -34,9 +34,9 @@ export default defineConfig(({mode, command}) => {
// open: true,
proxy: {
'/dev-api': {
target: 'https://ticptest.tercelo.com/dev-api',
// target: 'https://ticptest.tercelo.com/dev-api',
// target: 'http://47.94.93.46/dev-api',
// target: 'http://10.11.41.249:8080',
target: 'http://10.11.41.249:8080',
// target: 'http://localhost:8080',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')