assistant-todo-mobile/src/pages/PersonalCenter/index.js

5 lines
124 B
JavaScript

import React from "react";
export function PersonalCenter() {
return <div>pc端可访问:http://www.hauruyu.com</div>
}