This commit is contained in:
@@ -240,10 +240,6 @@ export default {
|
|||||||
try {
|
try {
|
||||||
let res = await window.$gz.api.get("notify/hello");
|
let res = await window.$gz.api.get("notify/hello");
|
||||||
if (res.data != null) {
|
if (res.data != null) {
|
||||||
// vm.input.username = "ss";
|
|
||||||
// vm.input.password = "ss";
|
|
||||||
vm.reveal = true; //might as well show it since it's the default anyway
|
|
||||||
|
|
||||||
//However, if the eval users exist then
|
//However, if the eval users exist then
|
||||||
vm.hasSmallLogo = res.data.sl;
|
vm.hasSmallLogo = res.data.sl;
|
||||||
vm.hasMediumLogo = res.data.ml;
|
vm.hasMediumLogo = res.data.ml;
|
||||||
|
|||||||
Reference in New Issue
Block a user