diff --git a/src/views/firmware/firmwareList/index.vue b/src/views/firmware/firmwareList/index.vue
index 1270a16..56b3f14 100644
--- a/src/views/firmware/firmwareList/index.vue
+++ b/src/views/firmware/firmwareList/index.vue
@@ -49,6 +49,21 @@
+
@@ -159,6 +174,8 @@ export default {
// 上传的地址
url: process.env.VUE_APP_BASE_API + "/minio/uploadFirmwareFile"
},
+ // visible: false,
+ // typeValue:true,
// 选中数组
ids: [],
// 非多个禁用
diff --git a/src/views/order/sendSingle/index.vue b/src/views/order/sendSingle/index.vue
new file mode 100644
index 0000000..d8a086e
--- /dev/null
+++ b/src/views/order/sendSingle/index.vue
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 增加
+ 删除
+ 修改
+ 查看
+ 刷新
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 这是一段信息
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index 005efaa..eed2fbf 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -34,8 +34,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: `http://192.168.0.129:8080`,
- // target: `http://121.37.250.170:8080`,
+ // target: `http://192.168.0.129:8080`,
+ target: `http://121.37.250.170:8080`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''