diff --git a/.env.development b/.env.development index c2a70df..5b0a196 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,8 @@ VUE_APP_TITLE = 共享空间 ENV = 'development' # 共享空间/开发环境 -VUE_APP_BASE_API = '/dev-api' +# VUE_APP_BASE_API = '/dev-api' +VUE_APP_BASE_API = 'http://localhost:8089' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index 85ad8c5..9ceeebf 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,5 @@ VUE_APP_TITLE = 共享空间 ENV = 'production' # 共享空间/生产环境 -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = 'https://testcha.chuangtewl.com/prod-api' + diff --git a/.env.staging b/.env.staging index d525b0d..c817ae8 100644 --- a/.env.staging +++ b/.env.staging @@ -6,5 +6,5 @@ NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 共享空间/测试环境 -VUE_APP_BASE_API = '/stage-api' +# 共享空间/生产环境 +VUE_APP_BASE_API = 'https://testcha.chuangtewl.com/stage-api' diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index e263760..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..8bcab10 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/index.html b/public/index.html index 925455c..006e966 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - + <%= webpackConfig.name %>