Quellcode durchsuchen

minor: 编译脚本

tuonian vor 16 Stunden
Ursprung
Commit
b6ce648c74
3 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  1. 0 1
      scripts/start-stop-status
  2. 1 1
      ui/index.html
  3. 1 1
      ui/main.js

+ 0 - 1
scripts/start-stop-status

@@ -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
 	;;

+ 1 - 1
ui/index.html

@@ -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>

+ 1 - 1
ui/main.js

@@ -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);