mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 09:26:45 +08:00
打包
This commit is contained in:
@@ -36,7 +36,7 @@ if(process.env.NODE_ENV === 'development'){
|
||||
socialApiBaseUrl='/socialApi-release';
|
||||
fileUrl = 'https://u.boe.com/upload';
|
||||
loginPath='https://u.boe.com/m/login';
|
||||
loginPathLogin='/mobile/pages/login/loginuser';
|
||||
loginPathLogin='https://u.boe.com/m/loginuser';
|
||||
scormPlayer='https://u.boe.com/newscorm/scorm-player';
|
||||
apiActivityUrl='/activityApi';
|
||||
}else if(process.env.ENV_TYPE === 'testing'){
|
||||
@@ -47,7 +47,7 @@ if(process.env.NODE_ENV === 'development'){
|
||||
socialApiBaseUrl='/socialApi';
|
||||
fileUrl = 'https://u-pre.boe.com/upload';
|
||||
loginPath='https://u-pre.boe.com/m/login';
|
||||
loginPathLogin='/mobile/pages/login/loginuser';
|
||||
loginPathLogin='https://u-pre.boe.com/m/loginuser';
|
||||
scormPlayer='https://u-pre.boe.com/newscorm/scorm-player';
|
||||
apiActivityUrl='/activityApi';
|
||||
}else{
|
||||
@@ -59,7 +59,7 @@ if(process.env.NODE_ENV === 'development'){
|
||||
socialApiBaseUrl='/socialApi';
|
||||
fileUrl = 'https://u.boe.com/upload';
|
||||
loginPath='https://u.boe.com/m/login';
|
||||
loginPathLogin='/mobile/pages/login/loginuser';
|
||||
loginPathLogin='https://u.boe.com/m/loginuser';
|
||||
scormPlayer='https://u.boe.com/newscorm/scorm-player';
|
||||
apiActivityUrl='/activityApi';
|
||||
}
|
||||
|
||||
2
unpackage/dist/build/h5/index.html
vendored
2
unpackage/dist/build/h5/index.html
vendored
@@ -19,4 +19,4 @@
|
||||
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.7c4a142a.js></script><script src=/mobile/static/js/index.20359a72.js></script></body></html>
|
||||
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.7c4a142a.js></script><script src=/mobile/static/js/index.5720ceb9.js></script></body></html>
|
||||
File diff suppressed because one or more lines are too long
1
unpackage/dist/build/h5/static/js/index.5720ceb9.js
vendored
Normal file
1
unpackage/dist/build/h5/static/js/index.5720ceb9.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user