Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor about scroll board #64

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
00cd157
fix: 论文信息更新bug
lilingj Jun 8, 2022
dddf015
feat: 新增公告栏相关功能
GLaxky Apr 5, 2023
0ce4cf1
perf: 优化申请模块
GLaxky May 11, 2023
b03fb54
fix: 统一代码风格并修复项目模块的移动端显示问题
GLaxky May 27, 2023
8d56d4b
fix: 更新Dockerfile及修分页报错
GLaxky Jun 19, 2023
cb2b3f2
fix: 修改Dockerfile的node版本
GLaxky Jun 20, 2023
ce2cacb
fix: 修改Dockerfile
GLaxky Jun 20, 2023
504323c
fix: 尝试修复服务器找不到模块的错1.0
GLaxky Jun 20, 2023
01a8209
fix: 尝试修复服务器找不到模块的错2.0
GLaxky Jun 20, 2023
6109d42
fix: 修复投票消息跳转bug
GLaxky Jul 29, 2023
0b4a2f4
fix: 修复verticalItem组件的引用大小写问题
GLaxky Sep 12, 2023
86fa5e1
fix: 修复verticalItem组件的引用大小写问题
GLaxky Sep 22, 2023
59753df
fix: 修复投票时博士票权占比问题
GLaxky Sep 28, 2023
9ec6aa3
Merge branch 'main' into refactorAboutScrollBoard
GLaxky Feb 29, 2024
361804c
fix: 修复非学生一作审稿中作者无法编辑论文的bug
GLaxky Mar 26, 2024
d20c76c
Merge remote-tracking branch 'origin/refactorAboutScrollBoard' into r…
GLaxky Mar 26, 2024
55827a1
fix: 修复非学生一作审稿中作者无法编辑论文的bug
GLaxky Mar 26, 2024
e04ee6e
fix: 修复非学生一作审稿中作者无法编辑论文的bug
GLaxky Mar 26, 2024
d561447
fix: 修复非学生一作审稿中作者无法上传论文相关文件的bug
GLaxky Mar 27, 2024
1589ce7
fix: 修复用户停用功能bug;
GLaxky Apr 29, 2024
009dd62
fix: 禁用ac提交按钮
GLaxky Oct 2, 2024
49f0fc4
fix: 修复一些bug
GLaxky Oct 2, 2024
5c21a07
fix: 添加变更ac的页面;
GLaxky Oct 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,16 @@ VUE_APP_CORPID = 'ding1f72a13e63802204a39a90f97fcb1e09'

# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true

# 是否启用Mock
# MOCK会影响下载excel文件的接口,使得文件打不开
VUE_APP_MOCK = false

VUE_APP_VOTE_WEIGHT_FOR_TEACHER = 2

VUE_APP_VOTE_WEIGHT_FOR_DOCTOR = 2

VUE_APP_VOTE_WEIGHT_FOR_MASTER = 1

VUE_APP_VOTE_WEIGHT_FOR_DEFAULT = 0

19 changes: 19 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
NODE_ENV = 'production'

# 钉钉CorpId
VUE_APP_CORPID = 'dinge9c9df3e73479fe235c2f4657eb6378f'

# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true

# 是否启用Mock
# MOCK会影响下载excel文件的接口,使得文件打不开
VUE_APP_MOCK = false

VUE_APP_VOTE_WEIGHT_FOR_TEACHER = 2

VUE_APP_VOTE_WEIGHT_FOR_DOCTOR = 2

VUE_APP_VOTE_WEIGHT_FOR_MASTER = 1

VUE_APP_VOTE_WEIGHT_FOR_DEFAULT = 0
Loading
Loading