wangxia 4 months ago
commit 0dd529512b

@ -98,13 +98,12 @@
<!-- 发布职位确认框 --> <!-- 发布职位确认框 -->
<u-modal v-model="submitConfirm" <u-modal v-model="submitConfirm"
width="90%" width="90%"
negativeTop="52" negativeTop="150"
confirmText="发布职位" confirmText="发布职位"
:showTitle="false" :showTitle="false"
:confirmStyle="{ color: '#576b95', 'font-weight': 600 }" :confirmStyle="{ color: '#576b95', 'font-weight': 600 }"
:cancelStyle="{ color: '#000', 'font-weight': 600 }" :cancelStyle="{ color: '#000', 'font-weight': 600 }"
:showConfirmButton="false" :showConfirmButton="false"
:negative-top="20"
> >
<div class="g_fs_17 g_text_c"> <div class="g_fs_17 g_text_c">
<div class style="padding: 42px 24px 36px"> <div class style="padding: 42px 24px 36px">

@ -1,5 +1,5 @@
let ajaxUrl = "http://192.168.3.83:8001"; // let ajaxUrl = "http://192.168.3.83:8001";
// let ajaxUrl = "https://daotian.matripe.com.cn"; let ajaxUrl = "https://daotian.matripe.com.cn";
let data = { let data = {
ajaxUrl: ajaxUrl, ajaxUrl: ajaxUrl,
Get ($url = '', $parmas = {}, callback = () => { }, failback = () => { }) { Get ($url = '', $parmas = {}, callback = () => { }, failback = () => { }) {

Loading…
Cancel
Save