diff --git a/.env.development b/.env.development index e864986..d0fb89d 100644 --- a/.env.development +++ b/.env.development @@ -3,9 +3,9 @@ ENV = 'development' # EBTS/开发环境 #VUE_APP_BASE_API = '/dev-api' -VUE_APP_BASE_API = 'http://localhost:8085/dev-api' +#VUE_APP_BASE_API = 'http://localhost:8085/dev-api' SITE_TYPE = 'NEd5n92EMIpyyBslaNqsRgE' -#VUE_APP_BASE_API = 'http://sistapi.hchyun.cn/dev-api' +VUE_APP_BASE_API = 'http://sistapi.hchyun.cn/dev-api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/router/index.js b/src/router/index.js index aade7a9..7353a73 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -48,7 +48,6 @@ const routes = [ const router = new VueRouter({ mode: 'history', - base:"/web", routes }) diff --git a/src/views/footer/index.vue b/src/views/footer/index.vue index 8153b65..a58d0d8 100644 --- a/src/views/footer/index.vue +++ b/src/views/footer/index.vue @@ -1,10 +1,10 @@