Commit d9600e90 authored by lcl's avatar lcl

u

parent df3a8a55
......@@ -105,6 +105,7 @@ public class DataAnalysisComponent {
throw new ServiceException("数据插入失败!");
}
file.setFileParseStatus(2);
file.setFailRemark("");
boolean b = projectFileService.updateById(file);
if (!b) {
throw new ServiceException("文件状态更新失败!");
......
......@@ -5,7 +5,7 @@ VUE_APP_TITLE = 中建一局集团第二建筑有限公司
ENV = 'development'
# 数字化经营履约全生命链路管理系统/开发环境
VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://localhost:9098'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
......
......@@ -5,7 +5,7 @@
"author": "若依",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"dev": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service serve",
"devmac": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:test": "vue-cli-service build --mode test",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment