Skip to content

Commit

Permalink
Merge pull request #215 from little3201/develop
Browse files Browse the repository at this point in the history
修改prod环境路径
  • Loading branch information
little3201 authored Nov 26, 2024
2 parents 1669f90 + a5dfc50 commit f17e3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quasar.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = configure(function (ctx) {
env: {
API: ctx.dev
? '/api'
: 'https://api.leafage.top/v1',
: '/api',
TITLE: ''
},

Expand Down

0 comments on commit f17e3c6

Please sign in to comment.