|
@@ -6,7 +6,6 @@ import withLayout from '@/layouts'
|
6
|
6
|
import CustomNav from "@/components/CustomNav"
|
7
|
7
|
import MyButton from "@/components/MyButton"
|
8
|
8
|
import { updateInfo } from '@/services/login'
|
9
|
|
-import banner1 from '@/assets/banner/1.jpg'
|
10
|
9
|
import resetImg from '@/assets/user/cancel.png'
|
11
|
10
|
import './style.less'
|
12
|
11
|
|