We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b21c9d commit 369cac8Copy full SHA for 369cac8
src/api/modules/system.js
@@ -2,7 +2,7 @@ import { request } from '@/api/request.js'
2
export default {
3
API_GET_GEO_JSON_GET(params = {}) {
4
return request({
5
- url: `/geojson/${params.code}_full.json`,
+ url: `/vue3-simple-screen/geojson/${params.code}_full.json`,
6
method: 'get'
7
})
8
}
0 commit comments