Selaa lähdekoodia

fix 修复 演示页面导出路径错误

疯狂的狮子li 4 vuotta sitten
vanhempi
commit
31af8d93ba
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      ruoyi-ui/src/views/demo/demo/index.vue

+ 1 - 1
ruoyi-ui/src/views/demo/demo/index.vue

@@ -406,7 +406,7 @@ export default {
     },
     /** 导出按钮操作 */
     handleExport() {
-      this.download('demo/demo/export', {
+      this.download('demo/demo/demo/export', {
         ...this.queryParams
       }, `demo_${new Date().getTime()}.xlsx`)
     },