Commit 758d58ae by zhuzhequan

Merge branch 'zzq' into 'dev'

产品模板提交

See merge request !52
parents f7e43382 31564197
...@@ -149,6 +149,11 @@ const routes = [ ...@@ -149,6 +149,11 @@ const routes = [
component: () => import('@/views/production/AssistantManage.vue'), component: () => import('@/views/production/AssistantManage.vue'),
name: 'production_assistant_manage', name: 'production_assistant_manage',
meta: { title: '应用版本管理' } meta: { title: '应用版本管理' }
}, {
path: '/saas/import-template',
component: () => import('@/views/import-template/index.vue'),
name: 'import-template',
meta: { title: '亚马逊导入模板' }
}, },
{ {
path: '/dynamicForm', path: '/dynamicForm',
......
...@@ -315,6 +315,14 @@ export default { ...@@ -315,6 +315,14 @@ export default {
icon: 'el-icon-box', icon: 'el-icon-box',
index: '/saas/sku-manage', index: '/saas/sku-manage',
children: [] children: []
},
{
id: 11,
path: '',
label: '亚马逊导入模板',
icon: 'el-icon-box',
index: '/saas/import-template',
children: []
} }
// { // {
// id: 11, // id: 11,
......
...@@ -6,7 +6,7 @@ module.exports = defineConfig({ ...@@ -6,7 +6,7 @@ module.exports = defineConfig({
host: '', host: '',
proxy: { proxy: {
'/api': { '/api': {
target: 'http://10.168.31.188:8096', target: 'http://10.168.31.222:8096',
changeOrigin: true, changeOrigin: true,
// pathRewrite: { // pathRewrite: {
// '^/api': '', // '^/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