|
@@ -94,14 +94,6 @@ export default {
|
|
|
this.$message.error(msg);
|
|
|
}
|
|
|
});
|
|
|
- } else if (appId == 1007) {
|
|
|
- this.$http.get('/sc-community/assets/community/getLoginParkUrl').then(({ status, data, msg }) => {
|
|
|
- if (0 === status) {
|
|
|
- window.open(`${data}`);
|
|
|
- } else {
|
|
|
- this.$message.error(msg);
|
|
|
- }
|
|
|
- });
|
|
|
} else if (Number(appId) < 0) {
|
|
|
window.open(url);
|
|
|
} else {
|