diff --git a/admin-hanhai-vue/.env.development b/admin-hanhai-vue/.env.development
index 78b2bcb..dc67269 100644
--- a/admin-hanhai-vue/.env.development
+++ b/admin-hanhai-vue/.env.development
@@ -1,4 +1,5 @@
NODE_ENV=development
+//VUE_APP_API_BASE_URL=https://www.teyizhao.com/employ-api/
//VUE_APP_API_BASE_URL=https://admin.teyizhao.com/employ-api/
VUE_APP_API_BASE_URL=http://localhost:8000/employ-api/
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
diff --git a/admin-hanhai-vue/.env.production b/admin-hanhai-vue/.env.production
index 1fe3797..64f3348 100644
--- a/admin-hanhai-vue/.env.production
+++ b/admin-hanhai-vue/.env.production
@@ -1,4 +1,5 @@
NODE_ENV=production
+//VUE_APP_API_BASE_URL=https://www.teyizhao.com/employ-api/
//VUE_APP_API_BASE_URL=https://admin.teyizhao.com/employ-api/
VUE_APP_API_BASE_URL=http://localhost:8000/employ-api/
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
diff --git a/admin-hanhai-vue/dist.zip b/admin-hanhai-vue/dist.zip
deleted file mode 100644
index 644b4ae..0000000
Binary files a/admin-hanhai-vue/dist.zip and /dev/null differ
diff --git a/admin-hanhai-vue/src/views/employAhthenticationCompany/EmployAhthenticationCompanyList.vue b/admin-hanhai-vue/src/views/employAhthenticationCompany/EmployAhthenticationCompanyList.vue
deleted file mode 100644
index fe37e8c..0000000
--- a/admin-hanhai-vue/src/views/employAhthenticationCompany/EmployAhthenticationCompanyList.vue
+++ /dev/null
@@ -1,241 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 重置
-
- {{ toggleSearchStatus ? '收起' : '展开' }}
-
-
-
-
-
-
-
-
-
-
-
-
新增
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 无图片
-
-
-
- 无文件
-
- 下载
-
-
-
-
- 编辑
-
-
-
- 更多
-
-
- 详情
-
-
- handleDelete(record.id)">
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/admin-hanhai-vue/src/views/employAhthenticationCompany/modules/EmployAhthenticationCompanyForm.vue b/admin-hanhai-vue/src/views/employAhthenticationCompany/modules/EmployAhthenticationCompanyForm.vue
deleted file mode 100644
index 252122e..0000000
--- a/admin-hanhai-vue/src/views/employAhthenticationCompany/modules/EmployAhthenticationCompanyForm.vue
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/admin-hanhai-vue/src/views/employAhthenticationCompany/modules/EmployAhthenticationCompanyModal.Style#Drawer.vue b/admin-hanhai-vue/src/views/employAhthenticationCompany/modules/EmployAhthenticationCompanyModal.Style#Drawer.vue
deleted file mode 100644
index 52a4080..0000000
--- a/admin-hanhai-vue/src/views/employAhthenticationCompany/modules/EmployAhthenticationCompanyModal.Style#Drawer.vue
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/admin-hanhai-vue/src/views/employAhthenticationCompany/modules/EmployAhthenticationCompanyModal.vue b/admin-hanhai-vue/src/views/employAhthenticationCompany/modules/EmployAhthenticationCompanyModal.vue
deleted file mode 100644
index ff20fd6..0000000
--- a/admin-hanhai-vue/src/views/employAhthenticationCompany/modules/EmployAhthenticationCompanyModal.vue
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/jeecg-boot-module-system/src/main/resources/application-dev.yml b/jeecg-boot-module-system/src/main/resources/application-dev.yml
index b44e3a6..c82a73d 100644
--- a/jeecg-boot-module-system/src/main/resources/application-dev.yml
+++ b/jeecg-boot-module-system/src/main/resources/application-dev.yml
@@ -134,9 +134,9 @@ spring:
# connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
- url: jdbc:mysql://110.40.186.41:3306/employ?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false
+ url: jdbc:mysql://101.33.243.245:3306/employ?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false
username: root
- password: Qy8D3Cne
+ password: HCyg$fdh
driver-class-name: com.mysql.cj.jdbc.Driver
# 多数据源配置
#multi-datasource1:
@@ -147,7 +147,7 @@ spring:
#redis 配置
redis:
database: 1
- host: 110.40.186.41
+ host: 101.33.243.245
lettuce:
pool:
max-active: -1 #最大连接数据库连接数,设 -1 为没有限制