@@ -5,7 +5,6 @@ case $1 in
start)
### Start this package.
# run start command
- ./app
echo "the package has been started" > $SYNOPKG_TEMP_LOGFIL
exit 0
;;
@@ -7,7 +7,7 @@
<body>
不知道是不是这样,还是哪样
-<form action="3rdparty/WebToolBox/auth.cgi?action=portal" method="post" enctype="multipart/form-data">
+<form action="/webman/3rdparty/WebToolBox/auth.cgi?action=portal" method="post" enctype="multipart/form-data">
<div class="btns">
<button>登录</button>
</div>
@@ -23,7 +23,7 @@ Ext.define('cn.tonyandmoney.app.Main', {
items: [
new Ext.BoxComponent({
height: "100%",
- html: '<iframe src="3rdparty/WebToolBox/ui/index.html”" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%"></iframe>'
+ html: '<iframe src="/webman/3rdparty/WebToolBox/ui/index.html”" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%"></iframe>'
})
]
}, cfg);