Procházet zdrojové kódy

Merge branch 'dev-gzt' into 'master'

Dev gzt

See merge request spfm/spfm-market-front!148
徐兴安 před 2 roky
rodič
revize
d947f48f35

+ 2 - 2
public/static/views/kccExcel.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="../js/luckysheet_old/plugins/js/plugin.js?v=1.0.0"></script>
-    <script src="../js/luckysheet_old/luckysheet.umd.js?v=1.0.0"></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="/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/keyChannelCoop/onlineExcelInfo.vue

@@ -1,6 +1,6 @@
 <template>
     <div class="container" id="container">
-        <iframe height="100%" width="100%" src="../static/views/kccExcel.html" frameborder="0"></iframe>
+        <iframe height="100%" width="100%" src="/static/views/kccExcel.html" frameborder="0"></iframe>
     </div>
 </template>
 <style scoped>