Commit 758d58ae by zhuzhequan

Merge branch 'zzq' into 'dev'

产品模板提交

See merge request !52
parents f7e43382 31564197
......@@ -149,6 +149,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',
......
......@@ -315,6 +315,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