How does the nuxt project get the baseURL path on other pages?

nuxtnuxt.config.jsaxiosbaseURL
 axios: {
    baseURL: process.env.BASE_URL || "http://localhost:3000/emr-server",
  },
Nov.17,2021
Menu