Commit 149074ae by 张恒

chore(router): 移除未使用的demoSlot路由配置

- 从基础路由配置中删除demoSlot路由项
- 更新VSCode调试配置中的启动URL地址
- 移除package.json中多余和未使用的stylelint相关依赖包
parent a4e9125d
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"type": "chrome", "type": "chrome",
"request": "launch", "request": "launch",
"name": "Launch Chrome", "name": "Launch Chrome",
"url": "http://localhost:3100", "url": "http://192.168.8.73:3100",
"webRoot": "${workspaceFolder}/src", "webRoot": "${workspaceFolder}/src",
"sourceMaps": true "sourceMaps": true
} }
......
...@@ -156,12 +156,8 @@ ...@@ -156,12 +156,8 @@
"rimraf": "^5.0.1", "rimraf": "^5.0.1",
"rollup": "^3.22.1", "rollup": "^3.22.1",
"rollup-plugin-visualizer": "^5.9.0", "rollup-plugin-visualizer": "^5.9.0",
"stylelint": "^15.6.2",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^12.0.0",
"stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^33.0.0", "stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3",
"terser": "^5.17.4", "terser": "^5.17.4",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.0.4", "typescript": "^5.0.4",
......
...@@ -101,14 +101,6 @@ export const SYSTEM_ROUTE: AppRouteRecordRaw = { ...@@ -101,14 +101,6 @@ export const SYSTEM_ROUTE: AppRouteRecordRaw = {
title: t('工作台'), title: t('工作台'),
}, },
}, },
{
path: 'demoSlot',
name: 'DemoSlot',
component: () => import('/@/views/code/demo3/index.vue'),
meta: {
title: 'demoSlot',
},
},
], ],
}; };
......
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