Skip to content

Commit

Permalink
6.11 上传的时候 忽视对img等的上传
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzzzzzzyt committed Jun 11, 2022
1 parent 2352319 commit c8657ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
.DS_Store
.idea

/img

/song
4 changes: 2 additions & 2 deletions music-client/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = defineConfig({
chainWebpack: config => {
config.plugin('define').tap(definitions => {
Object.assign(definitions[0]['process.env'], {
NODE_HOST: '"http://localhost:8888"',
// NODE_HOST: '"http://music-backend.onlyicanstopmyself.top"',
// NODE_HOST: '"http://localhost:8888"',
NODE_HOST: '"https://music-backend.onlyicanstopmyself.top"',
});
return definitions;
});
Expand Down
4 changes: 2 additions & 2 deletions music-manage/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module.exports = defineConfig({
chainWebpack: config => {
config.plugin('define').tap(definitions => {
Object.assign(definitions[0]['process.env'], {
NODE_HOST: '"http://localhost:8888"',
// NODE_HOST: '"http://music-backend.onlyicanstopmyself.top"',
// NODE_HOST: '"http://localhost:8888"',
NODE_HOST: '"https://music-backend.onlyicanstopmyself.top"',
});
return definitions;
});
Expand Down

0 comments on commit c8657ca

Please sign in to comment.