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

update files

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