浏览代码

2022-11-18 13:00

codeMan 2 年之前
父节点
当前提交
5c717589ab
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      src/HDrpManagement/Creditbilladj/modules/details.vue
  2. 1 1
      vue.config.js

+ 1 - 0
src/HDrpManagement/Creditbilladj/modules/details.vue

@@ -10,6 +10,7 @@
     idname="sa_creditbillid"
     :tags="[]"
     @pageChange="pageChange"
+    delApiId="20221008155403"
     @onEditSuccess="queryMainData($route.query.id)">
     <div slot="tags">
       <!-- 使用此插槽可不传[tags] -->

+ 1 - 1
vue.config.js

@@ -14,7 +14,7 @@ module.exports = {
       port: 8080,
       proxy: {
         '/apis': {
-          target: 'http://61.164.207.46:8081',  // target host
+          target: 'http://61.164.207.46:8000',  // target host
           // target: 'localhost:8080',  // target host
           ws: true,  // proxy websockets 
           changeOrigin: true,  // needed for virtual hosted sites