From 7b245bf3fa95ef7a6a3f483cf3a16a768867e63a Mon Sep 17 00:00:00 2001 From: FrozenWatermelon Date: Tue, 21 Feb 2023 11:07:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8unpkg=E7=9A=84cdn=E4=BB=A3=E6=9B=BFjsd?= =?UTF-8?q?elivr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall4v/src/components/tiny-mce/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mall4v/src/components/tiny-mce/index.vue b/mall4v/src/components/tiny-mce/index.vue index db38c89..d33ce64 100644 --- a/mall4v/src/components/tiny-mce/index.vue +++ b/mall4v/src/components/tiny-mce/index.vue @@ -14,9 +14,9 @@ import toolbar from './toolbar' import load from './dynamicLoadScript' // why use this cdn, detail see https://github.com/PanJiaChen/tinymce-all-in-one -const resourceCdn1 = 'https://cdn.jsdelivr.net/npm/tinymce-all-in-one@4.9.3/tinymce.min.js' -const resourceCdn2 = 'https://unpkg.zhimg.com/tinymce-all-in-one@4.9.3/tinymce.min.js' -const resourceCdn3 = 'https://unpkg.com/tinymce-all-in-one@4.9.3/tinymce.min.js' +const resourceCdn2 = 'https://cdn.jsdelivr.net/npm/tinymce-all-in-one@4.9.3/tinymce.min.js' +const resourceCdn3 = 'https://unpkg.zhimg.com/tinymce-all-in-one@4.9.3/tinymce.min.js' +const resourceCdn1 = 'https://unpkg.com/tinymce-all-in-one@4.9.3/tinymce.min.js' export default { name: 'Tinymce',