Commit 882a21afee0e011cefb53889a92e659cb86d45be
1 parent
f3540216
1
Showing
1 changed file
with
2 additions
and
2 deletions
Too many changes to show.
To preserve performance only 1 of 2 files are displayed.
garbage-removal/vite.config.js
| ... | ... | @@ -8,7 +8,7 @@ export default defineConfig({ |
| 8 | 8 | plugins: [ |
| 9 | 9 | uni(), |
| 10 | 10 | //本地环境开启https |
| 11 | - // basicSsl() | |
| 11 | + basicSsl() | |
| 12 | 12 | ], |
| 13 | 13 | resolve: { |
| 14 | 14 | alias: { |
| ... | ... | @@ -19,6 +19,6 @@ export default defineConfig({ |
| 19 | 19 | server: { |
| 20 | 20 | port: 9000, |
| 21 | 21 | //本地环境开启https |
| 22 | - // https: true | |
| 22 | + https: true | |
| 23 | 23 | } |
| 24 | 24 | }) | ... | ... |