修改页面log输出并修改tonken超时判断
This commit is contained in:
@@ -85,7 +85,7 @@ const beforeUpload = (file: any) => {
|
||||
}
|
||||
luckysheet.destroy()
|
||||
options.value.title = exportJson.info.name
|
||||
console.log('🚀 ~ exportJson.sheets:', exportJson.sheets)
|
||||
// console.log('🚀 ~ exportJson.sheets:', exportJson.sheets)
|
||||
exportJson.sheets.forEach((item: any) => {
|
||||
// item.celldata = []
|
||||
// item.data = []
|
||||
@@ -106,7 +106,7 @@ const preservation = () => {
|
||||
const submitForm = (formdata: any, text: string) => {
|
||||
// let userStr = JSON.stringify(luckysheet.getAllSheets())
|
||||
let userStr = luckysheet.getAllSheets()
|
||||
console.log('🚀 ~ submitForm ~ userStr:', userStr)
|
||||
// console.log('🚀 ~ submitForm ~ userStr:', userStr)
|
||||
userStr.forEach((item: any) => {
|
||||
item.data1 = JSON.stringify(item.data)
|
||||
})
|
||||
|
||||
@@ -222,7 +222,7 @@ const Cancel = () => {
|
||||
* @param e
|
||||
*/
|
||||
const chooseImage = (e: any) => {
|
||||
console.log('🚀 ~ chooseImage ~ e:', URL.createObjectURL(e.raw!))
|
||||
// console.log('🚀 ~ chooseImage ~ e:', URL.createObjectURL(e.raw!))
|
||||
logoFile.url = URL.createObjectURL(e.raw!)
|
||||
configStore.value.logoFile = e.raw
|
||||
// uploadFile(e.raw, 'sgGovern/').then(res => {
|
||||
|
||||
Reference in New Issue
Block a user