所以我在wp配置中更改了这个。php文件:
define( \'AUTH_KEY\', \'put your unique phrase here\' );
define( \'SECURE_AUTH_KEY\', \'put your unique phrase here\' );
define( \'LOGGED_IN_KEY\', \'put your unique phrase here\' );
define( \'NONCE_KEY\', \'put your unique phrase here\' );
define( \'AUTH_SALT\', \'put your unique phrase here\' );
define( \'SECURE_AUTH_SALT\', \'put your unique phrase here\' );
define( \'LOGGED_IN_SALT\', \'put your unique phrase here\' );
define( \'NONCE_SALT\', \'put your unique phrase here\' );
并添加了wp配置中的所有哈希。php文件,现在可以工作了。