From d82a8b3aa73604e8cdd7ce10ae1cd13ca817a6e9 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Thu, 12 Aug 2021 08:27:09 +0800
Subject: [PATCH] 路径修改
---
src/views/securityUnit/index.vue | 6 +++---
vue.config.js | 4 ++--
src/views/securityGuard/securityGuard.vue | 2 +-
src/views/traincompany/index.vue | 6 +++---
src/views/securityUnit/data.js | 12 ++++++------
src/views/securityUnitChild/data.js | 2 +-
6 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index ed4b4c3..0b0f7c1 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -297,7 +297,7 @@
res: "data",
},
tip: "请上传 .xls,.xlsx 标准格式文件",
- action: "/api/examSubjectChoices/import-examSubject",
+ action: "/api/blade-user/import-user",
},
{
label: "模板下载",
diff --git a/src/views/securityUnit/data.js b/src/views/securityUnit/data.js
index 37e3c96..4f3d31f 100644
--- a/src/views/securityUnit/data.js
+++ b/src/views/securityUnit/data.js
@@ -93,7 +93,7 @@
// {
// label: "登记状态",
// prop: "regstsat",
- // // addDisplay: true,
+ // // addDisplay: true,
// // editDisplay: true,
// // viewDisplay: true,
// // searchSpan: 4,
@@ -111,7 +111,7 @@
// // // }],
// },
{
- label: "成立日期",
+ label: "注册时间",
prop: "establishtime",
labelWidth: 160,
width: 130,
@@ -189,7 +189,7 @@
// // rules: [{
// // required: false,
// // message: "请选择单位规模",
- // // trigger: "blur"
+ // // trigger: "blur"
// // }],
},
// {
@@ -391,7 +391,7 @@
// }]
// },
{
- label: "成立日期",
+ label: "注册时间",
prop: "establishtime",
labelWidth: w,
span: s,
@@ -400,7 +400,7 @@
valueFormat: "timestamp",
rules: [{
required: true,
- message: "请输入成立日期",
+ message: "请输入注册时间",
trigger: "blur"
}]
},
@@ -598,7 +598,7 @@
// prop: "beneficial",
// labelWidth: w,
// span: s
- // },
+ // },
{
label: "出资金额",
prop: "capital2",
diff --git a/src/views/securityUnit/index.vue b/src/views/securityUnit/index.vue
index 11a1bd6..624bc9d 100644
--- a/src/views/securityUnit/index.vue
+++ b/src/views/securityUnit/index.vue
@@ -127,7 +127,7 @@
</avue-form>
</el-dialog>
</basic-container>
-</template>
+</template>
<script>
import { column, column0, column1, column2 } from "./data";
@@ -163,7 +163,7 @@
res: "data",
},
tip: "请上传 .xls,.xlsx 标准格式文件",
- action: "/api/examSubjectChoices/import-examSubject",
+ action: "/api/information/import-informaton",
},
{
label: "模板下载",
@@ -711,4 +711,4 @@
.el-collapse {
border-top: 1px solid transparent !important;
}
-</style>
\ No newline at end of file
+</style>
diff --git a/src/views/securityUnitChild/data.js b/src/views/securityUnitChild/data.js
index bea710b..452ca96 100644
--- a/src/views/securityUnitChild/data.js
+++ b/src/views/securityUnitChild/data.js
@@ -42,7 +42,7 @@
disabled: true,
},
{
- label: "成立日期",
+ label: "注册时间",
prop: "establishtime",
span: 11,
labelWidth: 130,
diff --git a/src/views/traincompany/index.vue b/src/views/traincompany/index.vue
index 617b60a..45401ce 100644
--- a/src/views/traincompany/index.vue
+++ b/src/views/traincompany/index.vue
@@ -64,7 +64,7 @@
import { mapState } from 'vuex';
export default {
-
+
data() {
return {
form: {},
@@ -115,7 +115,7 @@
width: 120,
},
{
- label: "成立日期",
+ label: "注册时间",
prop: "establishtime",
type: "date",
format: "yyyy-MM-dd",
@@ -240,7 +240,7 @@
trigger: "blur"
}],
},
-
+
],
},
data: [],
diff --git a/vue.config.js b/vue.config.js
index 2da0d17..ef3b4fa 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,6 +1,6 @@
module.exports = {
//路径前缀
- publicPath: "/enterprises/",
+ publicPath: "/",
lintOnSave: true,
productionSourceMap: false,
chainWebpack: (config) => {
@@ -28,7 +28,7 @@
'/api': {
//本地服务接口地址
// target: 'http://localhost',
- target: 'http://192.168.0.114:81',//钟W
+ target: 'http://192.168.0.109:81',//钟W
// target: 'http://localhost:81',//原W
// target: 'http://192.168.0.108:81',//原W
// target: 'http://192.168.0.109:81',//唐N
--
Gitblit v1.9.3