mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-20 12:29:14 +00:00
update
This commit is contained in:
@@ -17,12 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
type GraphQLErrors = Array<{ message: string }>;
|
||||
type GraphQLResponse<T> = {
|
||||
data?: T;
|
||||
errors?: GraphQLErrors;
|
||||
};
|
||||
|
||||
const Timeout = 2 * 60 * 1000;
|
||||
export let globalAbortController = new AbortController();
|
||||
export function abortRequestsAndUpdate() {
|
||||
|
@@ -37,7 +37,7 @@ const router = createRouter({
|
||||
routes,
|
||||
});
|
||||
|
||||
router.beforeEach((to, from, next) => {
|
||||
router.beforeEach((to, _, next) => {
|
||||
// const token = window.localStorage.getItem("skywalking-authority");
|
||||
|
||||
if (to.path === "/") {
|
||||
|
Reference in New Issue
Block a user