Browse Source

改名

master
liuchen 8 months ago
parent
commit
c734466b82
  1. 6
      .env.production
  2. 2
      .env.test
  3. 2
      src/router/modules/remaining.ts

6
.env.production

@ -28,10 +28,10 @@ VITE_SOURCEMAP=false
VITE_BASE_PATH=/ VITE_BASE_PATH=/
# 输出路径 # 输出路径
VITE_OUT_DIR=sfms3.0 VITE_OUT_DIR=dist
# 自定义接口路径 # 自定义接口路径
VITE_INTERFACE_URL='http://dev.ccwin-in.com:25110/magic/web/index.html' VITE_INTERFACE_URL='http://10.62.193.15:25100/magic/web/index.html'
# 积木报表请求路径 # 积木报表请求路径
VITE_JMREPORT_BASE_URL='http://dev.ccwin-in.com:25110' VITE_JMREPORT_BASE_URL='http://10.62.193.15:25100'

2
.env.test

@ -28,7 +28,7 @@ VITE_SOURCEMAP=false
VITE_BASE_PATH=/ VITE_BASE_PATH=/
# 输出路径 # 输出路径
VITE_OUT_DIR=sfms3.0 VITE_OUT_DIR=dist
# 自定义接口路径 # 自定义接口路径
VITE_INTERFACE_URL='http://dev.ccwin-in.com:25110/magic/web/index.html' VITE_INTERFACE_URL='http://dev.ccwin-in.com:25110/magic/web/index.html'

2
src/router/modules/remaining.ts

@ -139,7 +139,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
children: [ children: [
{ {
path: 'edit', path: 'edit',
component: () => import('@/views/infra/codegen/EditTable.vue'), component: () => import('@/views/infra/codegen/editTable.vue'),
name: 'InfraCodegenEditTable', name: 'InfraCodegenEditTable',
meta: { meta: {
noCache: true, noCache: true,

Loading…
Cancel
Save