Browse Source

smalljs

zxm
菅振宇 7 months ago
parent
commit
5b9f5d459c
  1. 6
      gyxtp/src/api/api/graph.js

6
gyxtp/src/api/api/graph.js

@ -69,3 +69,9 @@ export const getpoinAll = () => {
method: 'get',
});
};
export const getpoinByName = (param) => {
return request({
url: '/api/test/test5/'+param,
method: 'get',
});
};
Loading…
Cancel
Save