无关紧要

This commit is contained in:
Rhett霍 2026-03-18 11:31:25 +08:00
parent d4b3510ec8
commit 4bd6b7d37a
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ npm install
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com npm install --registry=https://registry.npmmirror.com
# 启动服务---请使用npm 12.16.1版本 # 启动服务---请使用npm 12.16.1版本12.16启动以后有问题。用16.20.2版本
npm run dev npm run dev
``` ```
# 账号 admin # 账号 admin

View File

@ -38,15 +38,15 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://192.168.0.3:18098`, // target: `http://172.16.1.97:18098`,
// target: `http://192.168.0.151:8099`, //服务器 target: `http://192.168.0.3:18098`, //服务器
// target: `http://192.168.3.10:8099`, //耗子 // target: `http://192.168.3.10:8099`, //耗子
// target: `http://106.15.139.36:18090`, // target: `http://106.15.139.36:18090`,
// target: `http://120.79.202.7:443`, // target: `http://120.79.202.7:443`,
// target: `http://100.100.10.216:8099`, // target: `http://100.100.10.216:8099`,
// target: 'http://106.15.139.36:18090', // target: 'http://106.15.139.36:18090',
target: 'http://127.0.0.1:18098', // target: 'http://127.0.0.1:18098',
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''