|
@@ -5,6 +5,8 @@ const textStyle = {
|
|
|
color: '#333',
|
|
|
fontWeight: 500,
|
|
|
}
|
|
|
+const hostApi = 'https://dev.jsptax.com'
|
|
|
+const hostApi = 'https://daizhang.jsptax.com'
|
|
|
|
|
|
const axisTick = {
|
|
|
alignWithLabel: true
|
|
@@ -307,7 +309,7 @@ async function getIndexData () {
|
|
|
acc[key] = value
|
|
|
return acc
|
|
|
}, {})
|
|
|
- const response = await fetch('/api/public/wzfCzList', {
|
|
|
+ const response = await fetch(hostApi + '/api/public/wzfCzList', {
|
|
|
method: 'POST',
|
|
|
mode: 'cors',
|
|
|
headers: {
|