diff --git a/src/views/lessor/equipment/detail.vue b/src/views/lessor/equipment/detail.vue
new file mode 100644
index 00000000..fb7104ef
--- /dev/null
+++ b/src/views/lessor/equipment/detail.vue
@@ -0,0 +1,358 @@
+
+
+
+
+ 取消
+
+
+ 存草稿
+
+
+ 上架
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加描述:
+ 注:添加不少于2个关于装备性能、外观等相关的描述,如档位、标定功率、规格等
+
+
+
+
+
+
+ :
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/lessor/equipment/index.vue b/src/views/lessor/equipment/index.vue
index 58daa815..8453a1eb 100644
--- a/src/views/lessor/equipment/index.vue
+++ b/src/views/lessor/equipment/index.vue
@@ -68,11 +68,8 @@
- 装备新建
-
+ size="mini" @click="equipmentAdd"
+ >装备新建
+
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index 142c3c0c..053fa7e1 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -36,9 +36,9 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://localhost:18080`,
- target: `http://192.168.2.246:18080`,//马
+ // target: `http://192.168.2.246:18080`,//马
// target: `http://192.168.0.110:18080`,//洪
- // target: `http://192.168.0.234:18080`,//阮
+ target: `http://192.168.0.234:18080`,//阮
// target: `http://192.168.137.1:18080`,//
changeOrigin: true,
pathRewrite: {