除了颜色选择图片,注册页面
This commit is contained in:
@@ -91,7 +91,7 @@ axios.interceptors.response.use((res) =>{
|
||||
if(!isLoginTime){
|
||||
isLoginTime = true
|
||||
router.replace('/')
|
||||
message.warning('请登陆后重试~')
|
||||
message.warning('Please login and try again~')
|
||||
clonAllCookie()
|
||||
store.commit('clearSystemUser')
|
||||
setTimeout(()=>[
|
||||
@@ -241,7 +241,9 @@ export const Https = {
|
||||
portfolioNoLike:`/api/portfolio/unlike`,//作品广场取消点赞
|
||||
portfolioComment:`/api/portfolio/comment`,//作品广场评论
|
||||
portfolioCommentPage:`/api/portfolio/commentPage`,//作品广场评论列表
|
||||
|
||||
commentDelete:`/api/portfolio/commentDelete`,//删除评论
|
||||
porfolioDelete:`/api/portfolio/delete`,//删除作品
|
||||
|
||||
//product生成
|
||||
toProduct:`/api/history/toProduct`,//开始生成
|
||||
toProductImageResult:`/api/history/toProductImageResult`,//获取结果
|
||||
@@ -250,7 +252,10 @@ export const Https = {
|
||||
productImageUnLike:`/api/history/productImageUnLike`,//取消like生成结果
|
||||
productImageLikeList:`/api/history/productImageLikeList`,//like生成结果
|
||||
|
||||
|
||||
//打光
|
||||
relight:`/api/history/relight`,//开始生成
|
||||
relightResult:`/api/history/relightResult`,//开始生成
|
||||
|
||||
//保存画布
|
||||
canvasElementUpload:`/api/history/canvasElementUpload`,//画布上传临时图片
|
||||
exportSave:`/api/history/exportSave`,//保存画布
|
||||
|
||||
Reference in New Issue
Block a user