|
@@ -102,7 +102,7 @@ const register = ref(false);
|
|
|
const redirect = ref('/task/list/1');
|
|
|
|
|
|
|
|
|
-function ddlogin(){
|
|
|
+function ddtologin(){
|
|
|
|
|
|
try{
|
|
|
dd.runtime.permission.requestAuthCode({
|
|
@@ -178,7 +178,7 @@ function getCookie() {
|
|
|
|
|
|
getCode();
|
|
|
getCookie();
|
|
|
-ddlogin();
|
|
|
+ddtologin();
|
|
|
</script>
|
|
|
|
|
|
<style lang='scss' scoped>
|