From 024aa666b938e82ef22af7f6977f3e9d3704bec1 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期三, 21 四月 2021 18:00:43 +0800 Subject: [PATCH] add vue.config.js to gitignore --- src/api/area.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/area.ts b/src/api/area.ts index 8b5b2bb..79fd2d0 100644 --- a/src/api/area.ts +++ b/src/api/area.ts @@ -51,7 +51,7 @@ export const refreshGB28181Tree = () => { return request({ - url: "/data/api-v/area/gb28181TreeRefresh", + url: "/data/api-v/area/gb28181RefreshTree", method: "post", }); }; -- Gitblit v1.8.0