51c28ec6 by 杨炀

no message

1 parent 2f7e2ea6
1 # 默认忽略的文件
2 /shelf/
3 /workspace.xml
4 # 基于编辑器的 HTTP 客户端请求
5 /httpRequests/
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project version="4">
3 <component name="ProjectModuleManager">
4 <modules>
5 <module fileurl="file://$PROJECT_DIR$/.idea/ztx_wx_admin.iml" filepath="$PROJECT_DIR$/.idea/ztx_wx_admin.iml" />
6 </modules>
7 </component>
8 </project>
...\ No newline at end of file ...\ No newline at end of file
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project version="4">
3 <component name="VcsDirectoryMappings">
4 <mapping directory="$PROJECT_DIR$" vcs="Git" />
5 </component>
6 </project>
...\ No newline at end of file ...\ No newline at end of file
1 <?xml version="1.0" encoding="UTF-8"?>
2 <module type="WEB_MODULE" version="4">
3 <component name="NewModuleRootManager">
4 <content url="file://$MODULE_DIR$">
5 <excludeFolder url="file://$MODULE_DIR$/temp" />
6 <excludeFolder url="file://$MODULE_DIR$/.tmp" />
7 <excludeFolder url="file://$MODULE_DIR$/tmp" />
8 </content>
9 <orderEntry type="inheritedJdk" />
10 <orderEntry type="sourceFolder" forTests="false" />
11 </component>
12 </module>
...\ No newline at end of file ...\ No newline at end of file
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
4 4
5 // staging 会员系统 5 // staging 会员系统
6 // const baseUrl_api = "http://22yidpjzjifv.ngrok.xiaomiqiu123.top/stage-api/"; 6 // const baseUrl_api = "http://22yidpjzjifv.ngrok.xiaomiqiu123.top/stage-api/";
7 // const baseUrl_api = "http://36.153.235.222:7899/stage-api"; 7 const baseUrl_api = "http://36.153.235.222:7899/stage-api";
8 // const baseUrl_api = 'http://192.168.1.132:8787' 8 // const baseUrl_api = 'http://192.168.1.132:8787'
9 const baseUrl_api = 'https://tkcn.19wk.cn:8443/stage-api' 9 // const baseUrl_api = 'https://tkcn.19wk.cn:8443/stage-api'
10 10
11 // const baseUrl_api = 'https://system.taekwondo.org.cn/stage-api' 11 // const baseUrl_api = 'https://system.taekwondo.org.cn/stage-api'
12 export default { 12 export default {
......
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
274 uni.hideLoading() 274 uni.hideLoading()
275 uni.showModal({ 275 uni.showModal({
276 content: res.msg, 276 content: res.msg,
277 success: function(res) { 277 success: function(modalRes) {
278 278
279 } 279 }
280 }) 280 })
...@@ -546,9 +546,7 @@ ...@@ -546,9 +546,7 @@
546 } 546 }
547 } 547 }
548 }); 548 });
549
550 } 549 }
551
552 function getUserInfo() { 550 function getUserInfo() {
553 api.getInfo(perId.value).then(res => { 551 api.getInfo(perId.value).then(res => {
554 baseFormData.value = res.data 552 baseFormData.value = res.data
...@@ -564,7 +562,6 @@ ...@@ -564,7 +562,6 @@
564 display: flex; 562 display: flex;
565 align-items: center; 563 align-items: center;
566 justify-content: flex-end; 564 justify-content: flex-end;
567
568 } 565 }
569 566
570 :deep(.segmented-control) { 567 :deep(.segmented-control) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!