提交 f90962c6 编写于 作者: 6 634fdfba4df6de071489fa06

update files

上级 885f5f92
......@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"baseUrl": "ide/workspace/1024opensource",
"moduleResolution": "node",
"paths": {
"@/*": [
......
{
"name": "csdn-datav",
"name": "1024opensource",
"version": "0.1.0",
"private": true,
"scripts": {
......
......@@ -4,7 +4,7 @@ apps:
- port: 8080 # 应用的端口
run: npm i && npm run serve # 应用的启动命令
command: npm i && npm run serve -- --port 8080 --host 0.0.0.0 --allowedHosts all # 使用此命令启动服务,且不执行run
root: / # 应用的启动目录
root: ./ # 应用的启动目录
name: csdn_dataV # 应用名称
description: 我的第一个 App。 # 应用描述
autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen)
......
......@@ -89,7 +89,7 @@ const routes = [
Vue.use(VueRouter);
// 创建路由对象
const router = new VueRouter({
base: `/1024OPENSOURCE`,
base: `ide/workspace/1024opensource`,
mode: 'history',
routes
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册