Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/b5e58808daaee6587b5e96397db24ab8feb38b74?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

提交修改

pg_adapter
dshclm 6 months ago
parent b9a0ed5747
commit b5e58808da

@ -336,7 +336,7 @@
},
tooltip: {},
legend: {
data:['数']
data:['数']
},
xAxis: {
data: response.data.data.xAxisData,
@ -349,7 +349,7 @@
},
series: [
{
name: '数',
name: '数',
type: 'bar',
data: response.data.data.yAxisData,
itemStyle: {
@ -369,7 +369,7 @@
},
tooltip: {},
legend: {
data:['数']
data:['数']
},
xAxis: {
data: response.data.data.xAxisData,
@ -382,7 +382,7 @@
},
series: [
{
name: '数',
name: '数',
type: 'bar',
data: response.data.data.yAxisData,
itemStyle: {

Loading…
Cancel
Save