提交 8a926e22 编写于 作者: ylwdev's avatar ylwdev 💻

兼容云IDE配置

上级 56aafef5
...@@ -21,7 +21,7 @@ npm config set registry https://registry.npmmirror.com/ ...@@ -21,7 +21,7 @@ npm config set registry https://registry.npmmirror.com/
由于用户头像图片服务器设置了域名防盗链,所以本地环境需要在*.csdn.net 域名下访问,避免开发环境头像不显示问题 由于用户头像图片服务器设置了域名防盗链,所以本地环境需要在*.csdn.net 域名下访问,避免开发环境头像不显示问题
域名与与vue.config.js 配置保持一致 域名与与vue.config.js 配置保持一致
``` ```
127.0.0.1 loc-csdn-datav.csdn.net 127.0.0.1 loc.csdn.net
``` ```
云IDE环境注意做以下修改 云IDE环境注意做以下修改
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
autoOpen: true # 打开工作空间时是否自动开启所有应用的预览 autoOpen: true # 打开工作空间时是否自动开启所有应用的预览
apps: apps:
- port: 3000 # 应用的端口 - port: 3000 # 应用的端口
run: npm i && npm run serve # 应用的启动命令 run: npm i && npm run serve -- --port 3000 --host localhost # 应用的启动命令
command: # 使用此命令启动服务,且不执行run command: # 使用此命令启动服务,且不执行run
root: /ide/workspace/csdn-datav # 应用的启动目录 root: /ide/workspace/csdn-datav # 应用的启动目录
name: my-first-app # 应用名称 name: my-first-app # 应用名称
......
...@@ -13,8 +13,8 @@ module.exports = defineConfig({ ...@@ -13,8 +13,8 @@ module.exports = defineConfig({
lintOnSave:false, lintOnSave:false,
publicPath:publicPath, publicPath:publicPath,
devServer: { devServer: {
host: 'loc-csdn-datav.csdn.net', allowedHosts:'all',
port: '80', host: 'loc.csdn.net',
headers: { headers: {
'Access-Control-Allow-Origin': '*' 'Access-Control-Allow-Origin': '*'
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册