File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const App = {
83
83
get_file ( dir ) {
84
84
this . selectedValues = [ ] ;
85
85
this . taskstate = true
86
- axios . post ( '/api.php/ ' , 'type=get_list&shorturl=' + this . shorturl + '&dir=' + dir + '&root=0&pwd=' + this . pass + '&page=1&num=1000&order=time' )
86
+ axios . post ( '/api.php' , 'type=get_list&shorturl=' + this . shorturl + '&dir=' + dir + '&root=0&pwd=' + this . pass + '&page=1&num=1000&order=time' )
87
87
. then ( response => {
88
88
this . taskstate = false
89
89
this . list = response . data . list
@@ -100,7 +100,7 @@ const App = {
100
100
} ;
101
101
var addedIndex = this . rw_list . push ( data ) - 1 ;
102
102
103
- axios . post ( '/api.php/ ' , 'type=down_file&fs_id=' + fs_id + '&time=' + timestamp + '&uk=' + uk + '&sign=' + sign + '&randsk=' + randsk + '&share_id=' + shareid + '' )
103
+ axios . post ( '/api.php' , 'type=down_file&fs_id=' + fs_id + '&time=' + timestamp + '&uk=' + uk + '&sign=' + sign + '&randsk=' + randsk + '&share_id=' + shareid + '' )
104
104
. then ( response => {
105
105
if ( response . data . success ) {
106
106
this . rw_list [ addedIndex ] . dlink = response . data . data . dlink ;
@@ -217,4 +217,4 @@ const App = {
217
217
}
218
218
const app = Vue . createApp ( App ) ;
219
219
app . use ( ElementPlus ) ;
220
- app . mount ( "#app" ) ;
220
+ app . mount ( "#app" ) ;
You can’t perform that action at this time.
0 commit comments