mvc 是路徑的問題麼?我試了很多路徑的方式都不對,請問是哪裡出現了問題?
<script type="text/javascript">
function add() {
art.dialog.open("groupListAdd.cshtml", {
lock: true,
title: '團隊添加頁面',
width: '900px',
height: '500px',
close: function () {
window.location.reload();
}
},false);
}
</script>
groupListAdd.cshtml浏覽器能打開沒有?打不開肯定路徑有問題了。。open參數是相對於當前這個頁面的,要注意路徑