diff --git a/.env b/.env index d267d9b..34a297e 100644 --- a/.env +++ b/.env @@ -1,4 +1 @@ NODE_ENV = "development" -BASE_URL = "./" -VUE_APP_PUBLIC_PATH = "./" -VUE_APP_API = "https://test.confly.com/api" diff --git a/.env.dev b/.env.dev index 6c4af16..91939f2 100644 --- a/.env.dev +++ b/.env.dev @@ -1,7 +1,2 @@ NODE_ENV = "production" -BASE_URL = "/" -VUE_APP_PUBLIC_PATH = "/" -VUE_APP_API = "/" - -IS_ANALYZE = true; diff --git a/.env.production b/.env.production index ab1202c..81b9676 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1 @@ NODE_ENV = "production" -BASE_URL = "/" -VUE_APP_PUBLIC_PATH = "/" -VUE_APP_API = "/" diff --git a/.env.release b/.env.release index 7f39576..81b9676 100644 --- a/.env.release +++ b/.env.release @@ -1,8 +1 @@ NODE_ENV = "production" -BASE_URL = "/" -VUE_APP_PUBLIC_PATH = "/" -VUE_APP_API = "/" - -IS_ANALYZE = true; - -ABC = "Eric-long" diff --git a/components.d.ts b/components.d.ts index 56c76e6..f245200 100644 --- a/components.d.ts +++ b/components.d.ts @@ -4,7 +4,6 @@ declare module 'vue' { export interface GlobalComponents { - ElButton: typeof import('element-plus/es')['ElButton'] HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] } }