Commit 25c82e9e902ee2b0ae2035ab67c0f434580f6cf6

Authored by Administrator
1 parent c058aa71

full commit

views/manage/export-process.php
... ... @@ -18,7 +18,7 @@
18 18  
19 19 $.ajax({
20 20 method: 'get',
21   - url: '" . Yii::$app->request->baseUrl . '/product/manage/export-process' . "',
  21 + url: '" . Yii::$app->request->baseUrl . '/ecommerce/manage/export-process' . "',
22 22 data: {
23 23 from:from,
24 24 filename: filename
... ...
views/manage/import-process.php
... ... @@ -17,7 +17,7 @@ var in_process=false;
17 17 from = typeof(from) != 'undefined' ? from : 0;
18 18 console.log('go', from);
19 19 $.ajax({
20   - url: '" . \Yii::$app->request->baseUrl . '/product/manage/' . $method . "',
  20 + url: '" . \Yii::$app->request->baseUrl . '/ecommerce/manage/' . $method . "',
21 21 data: {from:from},
22 22 dataType: 'json',
23 23 success: function(data){
... ...