提交 622b4a57 编写于 作者: zhangpingchuan's avatar zhangpingchuan

zpc

上级 e7412780
...@@ -6,7 +6,7 @@ TARGET=PSSYSAPP ...@@ -6,7 +6,7 @@ TARGET=PSSYSAPP
<div id="app"> <div id="app">
<a-layout id="components-layout-demo-custom-trigger"> <a-layout id="components-layout-demo-custom-trigger">
<a-layout-sider :trigger="null" collapsible> <a-layout-sider :trigger="null" collapsible>
<div class="logo"><img src="assets/images/logo.png"/></div> <div class="logo"><img src="https://cdn.ibizlab.cn/super-form/logo.png"/></div>
<a-menu theme="dark" mode="inline" :defaultSelectedKeys="['0']" @click="handleClick"> <a-menu theme="dark" mode="inline" :defaultSelectedKeys="['0']" @click="handleClick">
<#if app.getAllPSAppViews()??> <#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView> <#list app.getAllPSAppViews() as singleView>
......
...@@ -94,10 +94,10 @@ export default { ...@@ -94,10 +94,10 @@ export default {
{ text: "C#", value: "csharp" }, { text: "C#", value: "csharp" },
{ text: "C++", value: "cpp" } { text: "C++", value: "cpp" }
], ],
codesample_content_css: "./assets/tinymce/prism.css", codesample_content_css: "https://cdn.ibizlab.cn/super-form/tinymce/prism.css",
skin_url: "./assets/tinymce/skins/lightgray", skin_url: "https://cdn.ibizlab.cn/super-form/tinymce/skins/lightgray",
language_url: language_url:
"./assets/tinymce/langs/" + "https://cdn.ibizlab.cn/super-form/tinymce/langs/" +
(this.langu ? this.langu : "zh_CN") + (this.langu ? this.langu : "zh_CN") +
".js", ".js",
setup: editor => { setup: editor => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册