Commit 25c82e9e902ee2b0ae2035ab67c0f434580f6cf6
1 parent
c058aa71
full commit
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
views/manage/export-process.php
@@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
18 | 18 | ||
19 | $.ajax({ | 19 | $.ajax({ |
20 | method: 'get', | 20 | method: 'get', |
21 | - url: '" . Yii::$app->request->baseUrl . '/product/manage/export-process' . "', | 21 | + url: '" . Yii::$app->request->baseUrl . '/ecommerce/manage/export-process' . "', |
22 | data: { | 22 | data: { |
23 | from:from, | 23 | from:from, |
24 | filename: filename | 24 | filename: filename |
views/manage/import-process.php
@@ -17,7 +17,7 @@ var in_process=false; | @@ -17,7 +17,7 @@ var in_process=false; | ||
17 | from = typeof(from) != 'undefined' ? from : 0; | 17 | from = typeof(from) != 'undefined' ? from : 0; |
18 | console.log('go', from); | 18 | console.log('go', from); |
19 | $.ajax({ | 19 | $.ajax({ |
20 | - url: '" . \Yii::$app->request->baseUrl . '/product/manage/' . $method . "', | 20 | + url: '" . \Yii::$app->request->baseUrl . '/ecommerce/manage/' . $method . "', |
21 | data: {from:from}, | 21 | data: {from:from}, |
22 | dataType: 'json', | 22 | dataType: 'json', |
23 | success: function(data){ | 23 | success: function(data){ |