Browse Source

buile——1

xvying 1 year ago
parent
commit
62bd411a26
6 changed files with 8 additions and 8 deletions
  1. 2 2
      .env.development
  2. 4 4
      .env.online
  3. 1 1
      .env.production
  4. 1 1
      .env.staging
  5. 0 0
      online/static/js/app.js
  6. 0 0
      online/static/js/chunk-vendors.js

+ 2 - 2
.env.development

@@ -4,7 +4,7 @@
  # @Date: 2022-11-21 11:10:29
  # @LastEditors: Please set LastEditors
  # @LastEditTime: 2023-03-26 19:42:23
-### 
+###
 # just a flag
 ENV = 'development'
 
@@ -12,7 +12,7 @@ ENV = 'development'
 #  VUE_APP_BASE_API = '/stage-api'
 # VUE_APP_BASE_API = 'http://api.party.site.ximengnaikang.com'
 # VUE_APP_BASE_API = 'http://zhdj.xxjsxy.hactcm.edu.cn/api'
- VUE_APP_BASE_API = 'http://bcydj.hactcm.edu.cn/api'
+ VUE_APP_BASE_API = 'https://bcydj.hactcm.edu.cn/api'
 VUE_Sidebar_Title='党员管理系统', //左侧导航栏标题
 VUE_Title='党员管理', //浏览器导航栏显示标题
 Login_Title='智慧党建信息管理系统', //登录页

+ 4 - 4
.env.online

@@ -2,15 +2,15 @@
  # @FilePath: .env.online
  # @Author: 旭颖
  # @Date: 2022-11-21 12:05:54
- # @LastEditors: 
- # @LastEditTime: 2023-03-26 19:41:10
-### 
+ # @LastEditors: Please set LastEditors
+ # @LastEditTime: 2023-03-26 23:19:42
+###
 # just a flag
 ENV = 'online'
 VUE_APP_OUTPUT='online'
 # base api
 #VUE_APP_BASE_API = 'http://api.party.site.ximengnaikang.com'
- VUE_APP_BASE_API = 'http://bcydj.hactcm.edu.cn/api'
+ VUE_APP_BASE_API = 'https://bcydj.hactcm.edu.cn/api'
 VUE_Sidebar_Title='党员管理系统', //左侧导航栏标题
 VUE_Title='党员管理', //浏览器导航栏显示标题
 Login_Title='智慧党建信息管理系统', //登录页

+ 1 - 1
.env.production

@@ -12,7 +12,7 @@ VUE_APP_OUTPUT='production'
 
 # VUE_APP_BASE_API = 'http://api.party.site.ximengnaikang.com'
 # VUE_APP_BASE_API = 'http://zhdj.xxjsxy.hactcm.edu.cn/api'
- VUE_APP_BASE_API = 'http://bcydj.hactcm.edu.cn/api'
+ VUE_APP_BASE_API = 'https://bcydj.hactcm.edu.cn/api'
 
 
 VUE_CLI_BABEL_TRANSPILE_MODULES = true

+ 1 - 1
.env.staging

@@ -13,7 +13,7 @@ ENV = 'staging'
 # VUE_APP_BASE_API = '/stage-api'
   # VUE_APP_BASE_API = 'http://api.party.site.ximengnaikang.com'
   # VUE_APP_BASE_API = 'http://zhdj.xxjsxy.hactcm.edu.cn/api'
-   VUE_APP_BASE_API = 'http://bcydj.hactcm.edu.cn/api'
+   VUE_APP_BASE_API = 'https://bcydj.hactcm.edu.cn/api'
 
   # VUE_APP_BASE_API ='http://party.demo.xmnk.cn'
 

File diff suppressed because it is too large
+ 0 - 0
online/static/js/app.js


File diff suppressed because it is too large
+ 0 - 0
online/static/js/chunk-vendors.js


Some files were not shown because too many files changed in this diff