Commit e519f6a9 by caoyanzhi

调整文件名称

parent c008d8b4
import getFetch from './getFetch'; import getFetch from './get-fetch';
let api = { let api = {
getEnterpriseList: '/wx-enterprise-list', // 获取企业管理列表 getEnterpriseList: '/wx-enterprise-list', // 获取企业管理列表
......
import getFetch from './getFetch.js'; import getFetch from './get-fetch';
let api = { let api = {
// 获取用户信息 // 获取用户信息
......
import getFetch from './getFetch.js'; import getFetch from './get-fetch';
const api = { const api = {
getMenuList: '/gic-menu-list', // 获取菜单列表 getMenuList: '/gic-menu-list', // 获取菜单列表
......
...@@ -44,17 +44,17 @@ export const routes = [ ...@@ -44,17 +44,17 @@ export const routes = [
{ {
path: '/403', path: '/403',
name: '无权访问', name: '无权访问',
component: () => import('@/views/errorPage/index.vue') component: () => import('@/views/error-page/index.vue')
}, },
{ {
path: '/404', path: '/404',
name: 'error404', name: 'error404',
component: () => import('@/views/errorPage/index.vue') component: () => import('@/views/error-page/index.vue')
}, },
{ {
path: '/500', path: '/500',
name: 'error500', name: 'error500',
component: () => import('@/views/errorPage/index.vue') component: () => import('@/views/error-page/index.vue')
}, },
{ {
path: '*', path: '*',
......
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