From 6a084eda1adbc6a25e9a7a7ed60535efc34369c5 Mon Sep 17 00:00:00 2001 From: zkthink <2622059983@qq.com> Date: Thu, 23 Jul 2020 19:15:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/.env.development b/.env.development index de23c34..accdaad 100644 --- a/.env.development +++ b/.env.development @@ -1,33 +1,14 @@ # just a flag ENV = 'development' - VUE_APP_PROJECT_NAME = 'cereshop-admin-web' -# SpringCloud项目使用这个地址 -#VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'http://127.0.0.1:8764' - -# SpringBoot 项目使用这个地址 -VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'http://127.0.0.1:8764' - - - -# 请求域名前缀, 该变量仅仅生产环境需要设置 -VUE_APP_PROD_REQUEST_DOMAIN_PREFIX = '' -# URI 前缀,用于根据URI前缀进行代理 -VUE_APP_BASE_API = '/api' +# 请求服务配置 +VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'https://ceres.zkthink.com' # 是否启用验证码 VUE_APP_IS_CAPTCHA = true + # 客户端秘钥 VUE_APP_CLIENT_ID=ceres_admin_web VUE_APP_CLIENT_SECRET=ceres_admin_web - - -# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, -# to control whether the babel-plugin-dynamic-import-node plugin is enabled. -# It only does one thing by converting all import() to require(). -# This configuration can significantly increase the speed of hot updates, -# when you have a large number of pages. -# Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js - VUE_CLI_BABEL_TRANSPILE_MODULES = true