Quellcode durchsuchen

'添加创意回显'

魏志佳 vor 4 Jahren
Ursprung
Commit
3e72609e3d
2 geänderte Dateien mit 9 neuen und 1 gelöschten Zeilen
  1. 8 0
      src/views/modules/BatchCreate/newCreate.vue
  2. 1 1
      vue.config.js

+ 8 - 0
src/views/modules/BatchCreate/newCreate.vue

@@ -668,6 +668,14 @@
         })
       },
       
+      // 回显数据专用
+      echoData(){
+        postAction('',{
+
+        }).then(res=>{
+          console.log(res)
+        })
+      },
     },
     mounted() {
       this.initFormValue();

+ 1 - 1
vue.config.js

@@ -67,7 +67,7 @@ module.exports = {
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目 
-        target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
+        // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
 
         ws: false,
         changeOrigin: true,