diff --git a/.env.development b/.env.development index 7ed4e2e..d433bd5 100644 --- a/.env.development +++ b/.env.development @@ -3,9 +3,9 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 -VITE_API_URL = 'http://192.168.34.155:19111' +# VITE_API_URL = 'http://192.168.34.155:19111' # VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地 -# VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程 +VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程 # VITE_API_URL = 'http://192.168.34.221:28889' # VITE_API_URL = 'http://121.196.214.246/api' # VITE_API_URL = 'http://jxj.zhgdyun.com:100' diff --git a/src/config/config.ts b/src/config/config.ts index bb1d7d1..ff60707 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -35,7 +35,7 @@ export const COMPANY: string = "agjtProjectKanban"; //鞍钢集团项目看板 // export const COMPANY: string = "zkjc"; //中科佳成项目 // export const COMPANY: string = "cqna"; //重庆南岸项目 // export const COMPANY: string = "slx"; //苏立信项目 -export const COMPANY: string = "hfqc"; //合肥启程项目 +// export const COMPANY: string = "hfqc"; //合肥启程项目 // export const COMPANY: string = "jsyc"; // 江苏盐城项目 // export const COMPANY: string = "syhy"; //沈阳合盈盘锦项目 (需要去src\routers\modules\staticRouter.ts更换首页) // export const COMPANY: string = "jxwjj"; //嘉兴王江泾公用码头项目 (需要去src\routers\modules\staticRouter.ts更换首页) diff --git a/src/views/agjtProjectKanban/indexL.vue b/src/views/agjtProjectKanban/indexL.vue index 5edda61..dc1cad9 100644 --- a/src/views/agjtProjectKanban/indexL.vue +++ b/src/views/agjtProjectKanban/indexL.vue @@ -25,10 +25,10 @@


@@ -401,7 +401,9 @@ function jumpBgd() {
.userItem {
position: absolute;
width: 110px;
- height: 100px;
+ // height: 100px;
+ // height: 75px;
+ padding-bottom: 4px;
right: 2%;
top: 4%;
background: #112d59;