Nuxt project, how to get the basic path set in axios?

nuxtaxios
  axios: {
    baseURL: process.env.BASE_URL || "http://localhost:3000/emr-server",
  },

what should I do if I want to get baseURL, in other components?

Sep.30,2021
Menu