中不存在,我正在向api发出http请求,然后希望控制结果使用.subscribe,但由于“ Promise”类型不存在此属性“ subscribe”,因此面临此问题。
我的Angular版本是6.2,而Typescript版本是2.9,我也用谷歌搜索并做了必要的更改,但是结果是相同的。
我的AuthService文件在这里
from gevent import monkey
monkey.patch_all()
import threading
import time
def printer():
current_thread = threading.current_thread()
print(current_thread.ident)
time.sleep(0.1)
if __name__ == '__main__':
current_thread = threading.current_thread()
print(current_thread.ident)
threading.Thread(target=printer).start()
threading.Thread(target=printer).start()
threading.Thread(target=printer).start()
140504830732136
140504802797640
140504802797896
140504802798152
答案 0 :(得分:0)
只需删除 <sec:filter-chain pattern="/j_spring_cas_security_logout*"
filters="requestSingleLogoutFilter" />
toPromise()