瀏覽代碼

更新并打包

yangg 5 月之前
父節點
當前提交
4be53efc5e

+ 2 - 1
.env.development

@@ -3,7 +3,8 @@ ENV = 'development'
 port = 8080
 # base api
 VUE_APP_BASE_AI_API='https://ylaiapi.raycos.com.cn'
-VUE_APP_BASE_API = 'http://183.195.216.54:8084'
+#VUE_APP_BASE_API = 'http://183.195.216.54:8084'
+VUE_APP_BASE_API = 'http://192.168.66.163:8084'
 #192.168.66.187
 #朱:192.168.66.163
 #测试服务器:121.36.251.245

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-0ce3d7b2.81fb002d.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.15728e26.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-0ce3d7b2.7f61b85a.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-1e7d61fd.6cc63842.js


+ 2 - 1
src/views/project/components/dataList.vue

@@ -1836,7 +1836,8 @@ export default {
             /* page: 1,
             pageSize: 10, */
             project_id:this.currentData.id,
-            id: template.id
+            id: template.id,
+            is_template:1
           })
           if(res.status!== 200) return
           // 检查模板数据格式

部分文件因文件數量過多而無法顯示