Skip to content

Commit

Permalink
Origin/dev/zhy (#2)
Browse files Browse the repository at this point in the history
* fix: update link

* fix: update ico
  • Loading branch information
wushuangs authored May 22, 2024
1 parent ac7172d commit 4fa2d11
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 86 deletions.
2 changes: 1 addition & 1 deletion packages/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>"
/>
<link rel="icon" type="image/ico" href="favicon.svg" />
<link rel="icon" type="image/ico" href="favicon.ico" />
</head>
<body>
<!-- quasar:entry-point -->
Expand Down
Binary file modified packages/web/public/favicon.ico
Binary file not shown.
69 changes: 0 additions & 69 deletions packages/web/public/favicon.svg

This file was deleted.

Binary file removed packages/web/public/icons/favicon-128x128.png
Binary file not shown.
Binary file removed packages/web/public/icons/favicon-16x16.png
Binary file not shown.
Binary file removed packages/web/public/icons/favicon-32x32.png
Binary file not shown.
Binary file removed packages/web/public/icons/favicon-96x96.png
Binary file not shown.
20 changes: 4 additions & 16 deletions packages/web/quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,24 +101,12 @@ module.exports = configure(function (ctx) {
open: true, // opens browser window automatically,
proxy: {
"/api": {
// target: 'http://127.0.0.1:3010/', //代理地址,这里设置的地址会代替axios中设置的baseURL
target: "https://devbox.zhaohuaiyuan.myterminus.com",
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
// pathRewrite: {
// '^/api': 'api',
// },
//ws: true, // proxy websockets
//pathRewrite方法重写url
target: "http://127.0.0.1:3010/",
changeOrigin: true,
},
"/upload": {
// target: 'http://127.0.0.1:3010/', //代理地址,这里设置的地址会代替axios中设置的baseURL
target: "https://dexbox-upload.myterminus.com",
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
// pathRewrite: {
// '^/upload': 'upload',
// },
//ws: true, // proxy websockets
//pathRewrite方法重写url
target: "http://127.0.0.1:3010/",
changeOrigin: true,
},

"/socket.io": {
Expand Down

0 comments on commit 4fa2d11

Please sign in to comment.