@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1686117724479
+ "version": 1686188414638
}
@@ -3034,7 +3034,7 @@ export const asyncRouterMap = [
name: 'newProductList',
component: () => import(/* webpackChunkName: "productManagement" */ '@/views/productManagement/newProduct/list'),
meta: {
- title: '新品信息',
+ title: '下线产品',
icon: 'file-text',
hidden: true
@@ -15,7 +15,7 @@
bordered>
</s-table>
<div style="padding-top: 15px;">
- <a-button @click="viewMore" block type="primary" ghost>查看更多新品</a-button>
+ <a-button @click="viewMore" block type="primary" ghost>查看更多{{onlineFalg==1?'新品':'下线产品'}}</a-button>
</div>
</a-spin>