noLoginRequired
This commit is contained in:
2
.env
2
.env
@@ -1,4 +1,4 @@
|
|||||||
# NODE_ENV = 'production'
|
# NODE_ENV = 'production'
|
||||||
NODE_ENV = 'development'
|
NODE_ENV = 'development'
|
||||||
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
||||||
VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk/'
|
VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk'
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
NODE_ENV = 'production'
|
NODE_ENV = 'production'
|
||||||
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
||||||
VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk/'
|
VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
NODE_ENV = 'development'
|
NODE_ENV = 'development'
|
||||||
# VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
|
VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
|
||||||
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
||||||
# VUE_APP_BASE_URL = 'http://192.168.1.9:5567'
|
# VUE_APP_BASE_URL = 'http://192.168.1.9:5567'
|
||||||
VUE_APP_BASE_URL = 'http://192.168.1.6:7766'
|
# VUE_APP_BASE_URL = 'http://192.168.1.6:7766'
|
||||||
|
|||||||
@@ -1,11 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="design_compile_content" id="design_compile_content">
|
<div class="design_compile_content" id="design_compile_content">
|
||||||
<div class="designOpenrtion_centent" id="designOpenrtionCentent">
|
<div class="designOpenrtion_centent" id="designOpenrtionCentent">
|
||||||
|
<div class="detail_modal_body_title">
|
||||||
<div class="detail_modal_body_nav">
|
<div class="detail_modal_body_nav">
|
||||||
<div v-for="item,index in designItemDetail?.clothes" v-show="item.id" :class="{active:item.clothesOpen}" @click="clothesOpen(index)">
|
<div v-for="item,index in designItemDetail?.clothes" v-show="item.id" :class="{active:item.clothesOpen}" @click="clothesOpen(index)">
|
||||||
<img :src="item?.path" alt="">
|
<img :src="item?.path" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="designOpenrtion_imgMask" :style="frontBack?.body?.style">
|
<div class="designOpenrtion_imgMask" :style="frontBack?.body?.style">
|
||||||
<!-- <div
|
<!-- <div
|
||||||
v-for="item,index in frontBack.back"
|
v-for="item,index in frontBack.back"
|
||||||
@@ -33,6 +36,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="subitOkPreviewBtn" @click="imgClear">{{ $t('ColorboardUpload.Clear') }}</div>
|
||||||
<div @click="setPreviewData" class="subitOkPreviewBtn">OK</div>
|
<div @click="setPreviewData" class="subitOkPreviewBtn">OK</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="designOpenrtion_imgMask_open" @click.stop="deleteBorder"></div>
|
<div class="designOpenrtion_imgMask_open" @click.stop="deleteBorder"></div>
|
||||||
@@ -83,6 +87,7 @@ export default defineComponent({
|
|||||||
let imgDom = ref()
|
let imgDom = ref()
|
||||||
let imgDomIndex = ref(2)
|
let imgDomIndex = ref(2)
|
||||||
let frontBack = ref({})
|
let frontBack = ref({})
|
||||||
|
let frontBackOld = ref({})
|
||||||
return {
|
return {
|
||||||
designItemDetail,
|
designItemDetail,
|
||||||
current,
|
current,
|
||||||
@@ -92,7 +97,8 @@ export default defineComponent({
|
|||||||
imgDom,
|
imgDom,
|
||||||
imgDomIndex,
|
imgDomIndex,
|
||||||
frontBack,
|
frontBack,
|
||||||
setRevocation
|
setRevocation,
|
||||||
|
frontBackOld,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
@@ -186,6 +192,14 @@ export default defineComponent({
|
|||||||
back:back,
|
back:back,
|
||||||
body:body,
|
body:body,
|
||||||
}
|
}
|
||||||
|
this.frontBackOld = JSON.parse(JSON.stringify({
|
||||||
|
front:front,
|
||||||
|
back:back,
|
||||||
|
body:body,
|
||||||
|
}))
|
||||||
|
},
|
||||||
|
imgClear(){
|
||||||
|
this.frontBack = JSON.parse(JSON.stringify(this.frontBackOld))
|
||||||
},
|
},
|
||||||
//按比设置单件衣服宽高位置
|
//按比设置单件衣服宽高位置
|
||||||
async setPostition(url){
|
async setPostition(url){
|
||||||
@@ -661,7 +675,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
.subitOkPreviewBtn{
|
.subitOkPreviewBtn{
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
margin-bottom: calc(2rem*1.2);
|
margin-bottom: calc(1rem*1.2);
|
||||||
width: calc(10rem*1.2);
|
width: calc(10rem*1.2);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="subitOkPreviewBtn" @click="imgClear">{{ $t('ColorboardUpload.Clear') }}</div>
|
||||||
<div @click="setPreviewData" class="subitOkPreviewBtn">OK</div>
|
<div @click="setPreviewData" class="subitOkPreviewBtn">OK</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="designOpenrtion_imgMask_open" @click.stop="deleteBorder"></div>
|
<div class="designOpenrtion_imgMask_open" @click.stop="deleteBorder"></div>
|
||||||
@@ -81,6 +82,7 @@ export default defineComponent({
|
|||||||
let imgDom = ref()
|
let imgDom = ref()
|
||||||
let imgDomIndex = ref(0)
|
let imgDomIndex = ref(0)
|
||||||
let frontBack = ref({})
|
let frontBack = ref({})
|
||||||
|
let frontBackOld = ref({})
|
||||||
return {
|
return {
|
||||||
designItemDetail,
|
designItemDetail,
|
||||||
current,
|
current,
|
||||||
@@ -90,7 +92,8 @@ export default defineComponent({
|
|||||||
imgDom,
|
imgDom,
|
||||||
imgDomIndex,
|
imgDomIndex,
|
||||||
frontBack,
|
frontBack,
|
||||||
setRevocation
|
setRevocation,
|
||||||
|
frontBackOld
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
@@ -184,6 +187,14 @@ export default defineComponent({
|
|||||||
back:back,
|
back:back,
|
||||||
body:body,
|
body:body,
|
||||||
}
|
}
|
||||||
|
this.frontBackOld = JSON.parse(JSON.stringify({
|
||||||
|
front:front,
|
||||||
|
back:back,
|
||||||
|
body:body,
|
||||||
|
}))
|
||||||
|
},
|
||||||
|
imgClear(){
|
||||||
|
this.frontBack = JSON.parse(JSON.stringify(this.frontBackOld))
|
||||||
},
|
},
|
||||||
//按比设置单件衣服宽高位置
|
//按比设置单件衣服宽高位置
|
||||||
async setPostition(url){
|
async setPostition(url){
|
||||||
@@ -633,7 +644,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
.subitOkPreviewBtn{
|
.subitOkPreviewBtn{
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
margin-bottom: calc(2rem*1.2);
|
margin-bottom: calc(1rem*1.2);
|
||||||
width: calc(10rem*1.2);
|
width: calc(10rem*1.2);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|||||||
@@ -371,24 +371,26 @@
|
|||||||
:options="sexList"
|
:options="sexList"
|
||||||
@change="getPosition"
|
@change="getPosition"
|
||||||
>
|
>
|
||||||
<template #suffixIcon
|
<template #suffixIcon>
|
||||||
><span
|
<!-- <span
|
||||||
class="icon iconfont icon-xiala"
|
class="icon iconfont icon-xiala"
|
||||||
style="color: #343579"
|
style="color: #343579"
|
||||||
></span
|
></span> -->
|
||||||
></template>
|
<i class="el-icon el-input__icon icon-arrow-down"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="currentColor" d="M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"></path></svg></i>
|
||||||
|
</template>
|
||||||
</a-select>
|
</a-select>
|
||||||
<a-select
|
<a-select
|
||||||
ref="select"
|
ref="select"
|
||||||
v-model:value="editDesignType.value"
|
v-model:value="editDesignType.value"
|
||||||
:options="disignTypeList"
|
:options="disignTypeList"
|
||||||
>
|
>
|
||||||
<template #suffixIcon
|
<template #suffixIcon>
|
||||||
><span
|
<!-- <span
|
||||||
class="icon iconfont icon-xiala"
|
class="icon iconfont icon-xiala"
|
||||||
style="color: #343579"
|
style="color: #343579"
|
||||||
></span
|
></span> -->
|
||||||
></template>
|
<i class="el-icon el-input__icon icon-arrow-down"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="currentColor" d="M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"></path></svg></i>
|
||||||
|
</template>
|
||||||
</a-select>
|
</a-select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -1476,6 +1478,9 @@ export default defineComponent({
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
|
.el-icon{
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
.library_page {
|
.library_page {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user