|
@@ -18,6 +18,7 @@ export default defineConfig({
|
|
{ 'http-equiv': 'expires', content: '0' },
|
|
{ 'http-equiv': 'expires', content: '0' },
|
|
{ 'http-equiv': 'X-UA-Compatible', content: 'IE=EmulateIE9' },
|
|
{ 'http-equiv': 'X-UA-Compatible', content: 'IE=EmulateIE9' },
|
|
{ name: 'transparent', content: 'true' },
|
|
{ name: 'transparent', content: 'true' },
|
|
|
|
+ { name: 'viewport', content: 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' },
|
|
],
|
|
],
|
|
proxy: {
|
|
proxy: {
|
|
'/api': {
|
|
'/api': {
|