Commit b06a9920 authored by lixy's avatar lixy

片区请求

parent e2056546
...@@ -30,7 +30,7 @@ function loadFromServer(type) { ...@@ -30,7 +30,7 @@ function loadFromServer(type) {
$.ajax({ $.ajax({
type: 'get', type: 'get',
// url: process.env.BASE_API + '/vehicle/constant/type/' + type, // url: process.env.BASE_API + '/vehicle/constant/type/' + type,
url: process.env.BASE_API + 'vehicle/area/findAll', url: process.env.BASE_API + '/vehicle/area/findAll',
async: false, async: false,
headers: { headers: {
Authorization: headerAuthorization Authorization: headerAuthorization
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment