chengwl 5 tahun lalu
induk
melakukan
2625723308
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      views/site/index.php

+ 1 - 1
views/site/index.php

@@ -34,7 +34,7 @@ $this->params['breadcrumbs'][] = $this->title;
         $model=new app\models\UploadExcel();
         $form=ActiveForm::begin([
             'id' => 'upload-excel',
-            'action'=>'site/export?shop='.$shop,
+            'action'=>'/site/export?shop='.$shop,
             'method'=>'post',
             'options'=>[
             'enctype'=>'multipart/form-data',