d24f7d81 by 杨炀

no message

1 parent 47cab37a
...@@ -170,7 +170,6 @@ function save() { ...@@ -170,7 +170,6 @@ function save() {
170 match.saveMyBaseInfo(myform.value).then(res => { 170 match.saveMyBaseInfo(myform.value).then(res => {
171 ElMessage.success(language.value==0?'保存成功':'Save successfully') 171 ElMessage.success(language.value==0?'保存成功':'Save successfully')
172 }) 172 })
173
174 } 173 }
175 174
176 function checkCode() { 175 function checkCode() {
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
36 36
37 </div> 37 </div>
38 <div class="text-center mt20"> 38 <div class="text-center mt20">
39 <el-button type="primary" plain @click="switchPerson">{{language==0?'切换':'Switch'}}</el-button> 39 <el-button type="primary" class="w100" round @click="switchPerson">{{language==0?'切换':'Switch'}}</el-button>
40 </div> 40 </div>
41 <div class="tip"> 41 <div class="tip">
42 <span v-if="language==0">*如果您参加个人项目,或给其他组合/选手进行报名,请点击切换按钮重新选择人员</span> 42 <span v-if="language==0">*如果您参加个人项目,或给其他组合/选手进行报名,请点击切换按钮重新选择人员</span>
......
...@@ -217,7 +217,7 @@ const { ...@@ -217,7 +217,7 @@ const {
217 } = toRefs(data) 217 } = toRefs(data)
218 const matchId = ref('0') 218 const matchId = ref('0')
219 onMounted(() => { 219 onMounted(() => {
220 if(user.utype=='1'||user.utype=='2'){ 220 if(user?.utype=='1'||user?.utype=='2'){
221 router.push({name: 'matchList'}) 221 router.push({name: 'matchList'})
222 } 222 }
223 if (language.value == 1) { 223 if (language.value == 1) {
......
...@@ -84,8 +84,8 @@ export default defineConfig(({ mode, command }) => { ...@@ -84,8 +84,8 @@ export default defineConfig(({ mode, command }) => {
84 '/dev-api': { 84 '/dev-api': {
85 // target: 'http://192.168.1.118:8081/', 85 // target: 'http://192.168.1.118:8081/',
86 // target: 'http://192.168.1.131:8081/', 86 // target: 'http://192.168.1.131:8081/',
87 // target: 'https://jijin.wtwuxicenter.com/stage-api', 87 target: 'https://jijin.wtwuxicenter.com/stage-api',
88 target: 'https://wdsfwuxicenter.com/stage-api/', 88 // target: 'https://wdsfwuxicenter.com/stage-api/',
89 changeOrigin: true, 89 changeOrigin: true,
90 rewrite: (p) => p.replace(/^\/dev-api/, '') 90 rewrite: (p) => p.replace(/^\/dev-api/, '')
91 }, 91 },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!