Skip to content

Commit c074090

Browse files
author
汤金鑫
committed
可以查看当前demo
1 parent 71f994f commit c074090

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+506
-4
lines changed

src/components/tinyMceEditor/tinyMceEditor.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
// 初始值
2323
public initialVal:any = '';
2424
public editorInit:any = {
25-
language_url: '/static/zh_CN.js',
25+
language_url: './static/zh_CN.js',
2626
language: 'zh_CN',
2727
selector: 'textarea',
28-
skin_url: '/static/skins/lightgray',
28+
skin_url: './static/skins/lightgray',
2929
height: 300,
3030
// width:600,
31-
images_upload_url: 'https://api.iyuedian.com/iyd-imall-manage/imall/v1/upload',
31+
images_upload_url: 'https://api.uat.iyuedian.com/iyd-imall-manage/imall/v1/upload',
3232
plugins: 'link lists image code table colorpicker textcolor wordcount contextmenu',
3333
toolbar: 'bold italic underline strikethrough | fontsizeselect | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist | outdent indent blockquote | undo redo | link unlink image code | removeformat',
3434
images_upload_handler: function (blobInfo:any, success:any, failure:any) {

src/views/store/state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
import { getToken, setToken, removeToken } from '@/views/utils/auth'
33
const state: any = {
44
token: getToken(),
5-
imgUrl: 'https://api.iyuedian.com/iyd-imall-manage/imall/v1/upload'
5+
imgUrl: 'https://api.uat.iyuedian.com/iyd-imall-manage/imall/v1/upload'
66
}
77
export default state

webApp/assets/css/app.634a237c.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webApp/assets/css/chunk-142f.738d08b1.css

Whitespace-only changes.

webApp/assets/css/chunk-1a2c.b9af80dc.css

Whitespace-only changes.

webApp/assets/css/chunk-1c66.db44a0d6.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webApp/assets/css/chunk-5438.7a3327a1.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webApp/assets/css/chunk-5fb2.f03ab398.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webApp/assets/css/chunk-6dd6.e7da1b35.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webApp/assets/css/chunk-6eeb.e8216044.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)