修改页面样式
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
</template>
|
||||
<script setup>
|
||||
import { ref, computed, onUnmounted } from 'vue';
|
||||
import {getSendCode} from '/pages/api/api.js'
|
||||
import {getSendCode} from '../api/api.js'
|
||||
|
||||
// ====响应式数据======
|
||||
const phoneNumber = ref('')
|
||||
|
||||
Reference in New Issue
Block a user