Compare commits

...

1 Commits

Author SHA1 Message Date
zhangrenyuan ed3288edb7 fix veryveryvery small code 2 days ago
  1. 4
      .env.development
  2. 2
      src/views/consume/bean/articleVideo.vue

4
.env.development

@ -1,4 +1,4 @@
# VITE_API_BASE='https://hwjb.homilychart.com/dev/admin'
VITE_API_BASE='https://hwjb.homilychart.com/dev/admin'
# 测试环境
# VITE_API_BASE='http://54.255.212.181:10704/'
# 正式环境
@ -11,6 +11,6 @@ VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload
# zhangyong
# VITE_API_BASE='http://192.168.3.83:8081/'
# 本地
VITE_API_BASE='http://localhost:8081/'
# VITE_API_BASE='http://localhost:8081/'
# sunjiabei
# VITE_API_BASE='http://192.168.0.113:8081/'

2
src/views/consume/bean/articleVideo.vue

@ -595,4 +595,4 @@ const getTagText = (state) => {
display: flex;
margin-top: 20px;
}
</style>
</style>
Loading…
Cancel
Save