|
@@ -58,6 +58,7 @@ export default {
|
|
|
methods: {
|
|
|
initEnv() {
|
|
|
const href = window.location.href;
|
|
|
+ console.log(61, href);
|
|
|
if (/dev-|8080/.test(href)) {
|
|
|
window.env = 'dev'
|
|
|
window.profileApi = 'profileApi'
|
|
@@ -74,7 +75,7 @@ export default {
|
|
|
window.profileApi = 'profileApiProd'
|
|
|
window.api = 'api'
|
|
|
}
|
|
|
- // test
|
|
|
+ // test2
|
|
|
}
|
|
|
// data() {
|
|
|
// return {
|