diff --git a/.env.production b/.env.production index 80c8103..3658d9f 100644 --- a/.env.production +++ b/.env.production @@ -2,5 +2,5 @@ ENV = 'production' # base api -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = 'http://api.rt.myntv.cn/' diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index 4f2f359..7ffc090 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -1,6 +1,6 @@