aida_frontV1.1
update aida_front until 25 May 2023
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
NODE_ENV = 'production'
|
||||
VUE_APP_BASE_URL = 'https://www.aida.com.hk'
|
||||
|
||||
VUE_APP_BASE_URL = 'http://www.aida.com.hk'
|
||||
|
||||
@@ -27,4 +27,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||
|
||||
zyy8421823@163.com
|
||||
|
||||
https://aifda.aidlab.hk/login.php# aida_front
|
||||
https://aifda.aidlab.hk/login.php
|
||||
@@ -642,9 +642,11 @@ export default defineComponent({
|
||||
for(let key in allBoardData){
|
||||
if(key !== 'colorBoards' && key !== 'moodTemplateId'){
|
||||
for(let item of allBoardData[key]){
|
||||
let nameTail = item.imgUrl.split('.').pop()
|
||||
console.log(nameTail, 666)
|
||||
let data = {
|
||||
imgUrl:item.imgUrl,
|
||||
name:item.resData.name + index + '.png'
|
||||
name:item.resData.name + index + '.' + nameTail
|
||||
}
|
||||
img.push(data)
|
||||
index ++
|
||||
|
||||
Reference in New Issue
Block a user