fan před 2 roky
rodič
revize
ad84c2ca89

+ 2 - 2
public/static/views/incomeTemplateExcel.html

@@ -33,8 +33,8 @@
     <script src="/static/js/exceljs.js"></script>
     <script src="/static/js/fileSave.js"></script>
     <script src="/static/js/luckysheet/luckSheetExcel.js"></script>
-    <script src="/static/js/luckysheet_old/plugins/js/plugin.js?v=1.0.0"></script>
-    <script src="/static/js/luckysheet_old/luckysheet.umd.js?v=1.0.0"></script>
+    <script src="/marketfront/static/js/luckysheet_old/plugins/js/plugin.js?v=1.0.0"></script>
+    <script src="/marketfront/static/js/luckysheet_old/luckysheet.umd.js?v=1.0.0"></script>
     <script src="/static/js/api.config.js"></script>
     <script src="/static/js/util.js?v=1.0.0"></script>
     <script src="/static/js/url.js?v=1.0.0"></script>

+ 2 - 2
public/static/views/incomeViewExcel.html

@@ -33,8 +33,8 @@
     <script src="/static/js/exceljs.js"></script>
     <script src="/static/js/fileSave.js"></script>
     <script src="/static/js/luckysheet/luckSheetExcel.js"></script>
-    <script src="/static/js/luckysheet_old/plugins/js/plugin.js?v=1.0.0"></script>
-    <script src="/static/js/luckysheet_old/luckysheet.umd.js?v=1.0.0"></script>
+    <script src="/marketfront/static/js/luckysheet_old/plugins/js/plugin.js?v=1.0.0"></script>
+    <script src="/marketfront/static/js/luckysheet_old/luckysheet.umd.js?v=1.0.0"></script>
     <script src="/static/js/api.config.js"></script>
     <script src="/static/js/util.js?v=1.0.0"></script>
     <script src="/static/js/url.js?v=1.0.0"></script>

+ 1 - 1
src/pages/main/incomeExcel/incomeExcelInfo.vue

@@ -1,6 +1,6 @@
 <template>
     <div class="container" id="container" v-loading="loading">
-        <iframe height="100%" width="100%" src="/static/views/incomeTemplateExcel.html" frameborder="0"
+        <iframe height="100%" width="100%" src="/marketfront/static/views/incomeTemplateExcel.html" frameborder="0"
                 ref="iframe" name="excelIframe" id="excelIframe"></iframe>
         <el-dialog :title="'权限设置'" :visible.sync="authSettingStatus" width="70%" :destroy-on-close="true"
                    :modal-append-to-body="false" :close-on-click-modal="false">

+ 1 - 1
src/pages/main/incomeExcel/incomeExcelViewInfo.vue

@@ -1,6 +1,6 @@
 <template>
     <div class="container" id="container" v-loading="loading">
-        <iframe height="100%" width="100%" src="/static/views/incomeViewExcel.html" frameborder="0"
+        <iframe height="100%" width="100%" src="/marketfront/static/views/incomeViewExcel.html" frameborder="0"
                 ref="iframe" name="excelIframe" id="excelIframe"></iframe>
         <el-dialog :title="'权限设置'" :visible.sync="authSettingStatus" width="70%" :destroy-on-close="true"
                    :modal-append-to-body="false" :close-on-click-modal="false">