|
@@ -3,7 +3,7 @@ switch (process.env.VUE_APP_ENV) {
|
|
|
case 'dev':
|
|
|
break;
|
|
|
case 'test':
|
|
|
- publicPath = '/shouBo/'
|
|
|
+ publicPath = '/shoubo/'
|
|
|
break;
|
|
|
case 'prod':
|
|
|
break;
|
|
@@ -17,7 +17,7 @@ switch (process.env.VUE_APP_ENV) {
|
|
|
mobilePath = ''
|
|
|
break;
|
|
|
case 'test':
|
|
|
- mobilePath = `/shouBoM/index.html`
|
|
|
+ mobilePath = `/shoubo/mobile/index.html`
|
|
|
break;
|
|
|
case 'prod':
|
|
|
mobilePath = `/mobile/index.html`
|