Commit 31564197 by zhuzhequan

产品模板提交

parent 9a377aed
......@@ -144,6 +144,11 @@ const routes = [
component: () => import('@/views/production/AssistantManage.vue'),
name: 'production_assistant_manage',
meta: { title: '应用版本管理' }
}, {
path: '/saas/import-template',
component: () => import('@/views/import-template/index.vue'),
name: 'import-template',
meta: { title: '亚马逊导入模板' }
},
{
path: '/dynamicForm',
......
......@@ -322,6 +322,14 @@ export default {
icon: 'el-icon-box',
index: '/saas/sku-manage',
children: []
},
{
id: 11,
path: '',
label: '亚马逊导入模板',
icon: 'el-icon-box',
index: '/saas/import-template',
children: []
}
// {
// id: 11,
......
......@@ -6,7 +6,7 @@ module.exports = defineConfig({
host: '',
proxy: {
'/api': {
target: 'http://10.168.31.188:8096',
target: 'http://10.168.31.222:8096',
changeOrigin: true,
// pathRewrite: {
// '^/api': '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment