|
@@ -51,7 +51,7 @@ let isTyping = false
|
|
function init() {
|
|
function init() {
|
|
const options = {
|
|
const options = {
|
|
selector: `#${props.id}`,
|
|
selector: `#${props.id}`,
|
|
- base_url: '/tiny',
|
|
|
|
|
|
+ base_url: `${window.GLOBAL_CONFIG.base}/tiny`,
|
|
language: 'zh-Hans',
|
|
language: 'zh-Hans',
|
|
// skin: false,
|
|
// skin: false,
|
|
toolbar1: props.toolbar1,
|
|
toolbar1: props.toolbar1,
|