提交 20c5694b 编写于 作者: 6 628f27b3fb72c14e897fac6b

No commit message

No commit message
上级 d7c308f2
此差异已折叠。
......@@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
......
......@@ -5,6 +5,7 @@ apps:
run: npm i && npm run dev # 应用的启动命令
command: # 使用此命令启动服务,且不执行run
root: ./ # 应用的启动目录
name: 1024云IDE挑战赛项目 # 应用名称
name: CSDN数据可视化之三维地图展示 # 应用名称
description: 1024云IDE挑战赛项目。 # 应用描述
autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen
\ No newline at end of file
autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen
autoPreview: true # 是否自动打开预览, 若无则默认为true
......@@ -10,7 +10,7 @@
<script src="static/config.js"></script>
<script src="static/echarts.min.js"></script>
<script src="static/EchartsLayer.js"></script>
<script type="text/javascript" src="http://www.supermapol.com/earth/vue-iEarth/static/Cesium/Cesium.js"></script>
<script type="text/javascript" src="https://www.supermapol.com/earth/vue-iEarth/static/Cesium/Cesium.js"></script>
</head>
<body>
......
module.exports = {
publicPath: './', // 默认'/',部署应用包时的基本 URL
devServer: {
disableHostCheck: true,
proxy: {
'/api': {
target: 'http://192.168.7.29', //新地址
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册