
我直接用的框架,沒有單獨引入css和js,但是可以在app.json里面看到他們引入的js和css路徑是正常的。下面是我的的原始碼。就是不知道問題出在哪里了,請高手指點
title: '選單一',
xtype: 'treepanel',
rootVisible: false,//根目錄是否顯示
useArrows:true,//是否在樹中使用Vista樣式箭頭,默認為false。
root: {
text: '根目錄',
expanded: true,//是否展開
children: [
{
text: '一級目錄',
children: [
{ leaf:true, text: '二級子目錄' }
]
},
{
text: '一級目錄',
expanded: true,
children: [
{ leaf:true, text: '二級子目錄' },
{ leaf:true, text: '二級子目錄' },
{ leaf:true, text: '二級子目錄' }
]
},
{
text: '一級目錄',
children: [
{
text: '二級子目錄',
children: [
{ leaf:true, text: '三級子目錄' },
{ leaf:true, text: '三級子目錄' }
]
}
]
},
{ leaf:true, text: 'Action.js' },
{ leaf:true, text: 'Component.js' }
]
}
附錄上這里引入的css路徑:并且后臺沒有報錯
build/production/demo/resources/demo-all.css

所有的都是正常 但是就是不知道哪里出了錯誤!!!!很急 請大神指點
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/85637.html
標籤:JavaScript
上一篇:Axure匯入中繼器時報錯
下一篇:wab前端學習路線
