From c00e8941aaa8acee4950978071571a5de2679dd1 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 08 四月 2024 14:36:09 +0800
Subject: [PATCH] 保存纤度登记的接口,字段类型调整,处理数据格式+联调获取纤度检验列表的接口,字段调试
---
src/router/product/index.js | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/src/router/product/index.js b/src/router/product/index.js
index 07d5802..047b313 100644
--- a/src/router/product/index.js
+++ b/src/router/product/index.js
@@ -3,7 +3,9 @@
const silkRegisterForm = (resolve) => require(["@/views/productManage/silkRegisterForm/index"], resolve) // 绾ゅ害鐧昏琛�
const silkInspectForm = (resolve) => require(["@/views/productManage/silkInspectForm/index"], resolve) // 绾ゅ害妫�楠岃〃
const silkRegisterAddPage = (resolve) => require(["@/views/productManage/silkRegisterForm/addPage"], resolve) // 绾ゅ害鐧昏琛紝妫�楠岃〃 鏂板
-const productRegisterForm = (resolve) => require(["@/views/productManage/productRegisterForm/index"], resolve) // 浜ч噺鐧昏琛�
+const productRegisterForm = (resolve) => require(["@/views/productManage/productRegisterForm/index"], resolve) // 浜ч噺鐧昏琛紝 鏂板
+const addProductRegisterPage = (resolve) =>
+ require(["@/views/productManage/productRegisterForm/addProductRegisterPage"], resolve) // 鏂板浜ч噺鐧昏琛�
const appconfig = [
{
@@ -37,6 +39,14 @@
meta: {
title: "浜ч噺鐧昏琛�"
}
+ },
+ {
+ path: "/productManage/productRegisterForm/addProductRegisterPage",
+ name: "addProductRegisterPage",
+ component: addProductRegisterPage,
+ meta: {
+ title: "鏂板浜ч噺鐧昏琛�"
+ }
}
]
--
Gitblit v1.8.0