Browse Source

change word

master
godo 6 months ago
parent
commit
3b89c89012
  1. 4
      frontend/src/system/applist.ts
  2. 2
      packages/word/src/main.ts

4
frontend/src/system/applist.ts

@ -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,

2
packages/word/src/main.ts

@ -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)

Loading…
Cancel
Save