Browse Source

代码修复

master
主管理员 2 weeks ago
parent
commit
9b4e2d8b50
4 changed files with 7 additions and 4 deletions
  1. +1
    -2
      admin-pc/.env.development
  2. +1
    -1
      admin-pc/.env.production
  3. +4
    -0
      applet-answer-api/src/main/java/org/jeecg/modules/answerIntroduce/entity/AnswerIntroduce.java
  4. +1
    -1
      module-system/src/main/resources/application-dev.yml

+ 1
- 2
admin-pc/.env.development View File

@ -1,6 +1,5 @@
NODE_ENV=development
VUE_APP_API_BASE_URL=http://localhost:8001/answer-api/
VUE_APP_API_BASE_URL=https://answer-api.hhlm1688.com/answer-api/
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview


+ 1
- 1
admin-pc/.env.production View File

@ -1,4 +1,4 @@
NODE_ENV=production
VUE_APP_API_BASE_URL=http://localhost:8001/answer-api/
VUE_APP_API_BASE_URL=https://answer-api.hhlm1688.com/answer-api/
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview

+ 4
- 0
applet-answer-api/src/main/java/org/jeecg/modules/answerIntroduce/entity/AnswerIntroduce.java View File

@ -63,4 +63,8 @@ public class AnswerIntroduce implements Serializable {
@Excel(name = "主图", width = 15)
@ApiModelProperty(value = "主图")
private java.lang.String image;
/**视频*/
@Excel(name = "视频", width = 15)
@ApiModelProperty(value = "视频")
private java.lang.String vo;
}

+ 1
- 1
module-system/src/main/resources/application-dev.yml View File

@ -1,5 +1,5 @@
server:
port: 8001
port: 8000
tomcat:
max-swallow-size: -1
error:


Loading…
Cancel
Save