@ -80,8 +80,8 @@ export const appList = [
{
name: "document",
appIcon: "word",
//url: "/docx/index.html",
url:"http://localhost:3000/",
url: "/docx/index.html",
//url:"http://localhost:3000/",
width: 800,
frame: true,
height: 600,
@ -2306,7 +2306,7 @@ window.onload = function () {
if (isBase64(data.content)) {
const cachename = 'godoos_word_' + md5(data.content)
const cahceVal:any = localStorage.getItem(cachename)
console.log(cahceVal)
//console.log(cahceVal)
if(cahceVal) {
try {
const cacheData = JSON.parse(cahceVal)