mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
fix(edit) prefix (#207)
This commit is contained in:
parent
cbfce19f73
commit
0fdbd9052a
1 changed files with 4 additions and 4 deletions
|
|
@ -103,10 +103,10 @@ module.exports.hide = () => {
|
|||
};
|
||||
|
||||
const loadFiles = async (element) => {
|
||||
const {prefix} = CloudCmd;
|
||||
const socketPath = prefix;
|
||||
const {prefixSocket} = CloudCmd;
|
||||
const url = `${prefix}/${EditorName}/${EditorName}.js`;
|
||||
const prefix = `${CloudCmd.prefix}/${EditorName}`;
|
||||
const socketPath = CloudCmd.prefix;
|
||||
const prefixSocket = `${CloudCmd.prefixSocket}/${EditorName}`;
|
||||
const url = `${prefix}/${EditorName}.js`;
|
||||
|
||||
time(Name + ' load');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue