lilei 3 年之前
父节点
当前提交
a118ec32a6
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/salesManagement/salesQuery/importGuideModal.vue
  2. 1 1
      vue.config.js

+ 1 - 1
src/views/salesManagement/salesQuery/importGuideModal.vue

@@ -129,7 +129,7 @@ export default {
     handleExport () {
       const link = document.createElement('a')
       link.style.display = 'none'
-      link.href = 'https://jg-ocs.oss-cn-beijing.aliyuncs.com/templ/promo/expenseAccountDetailImport.xlsx'
+      link.href = 'https://jianguan-images.oss-cn-beijing.aliyuncs.com/template/SalesDetailImport.xlsx'
       link.setAttribute('download', '销售产品明细模板' + '.xlsx')
       document.body.appendChild(link)
       link.click()

+ 1 - 1
vue.config.js

@@ -108,7 +108,7 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.16.188:8503/qpls-md',
+        target: 'http://192.168.16.105:8503/qpls-md',
         // target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,