diff --git a/src/api/api.js b/src/api/api.js index 1d502fc..ceef618 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -10,7 +10,7 @@ if (dev) { // 本地 host = 'http://121.37.12.51/' // 中台测试服 // host = 'https://www.occupationlab.com/' // 正式服 - host = 'http://192.168.31.51:9000/' + // host = 'http://192.168.31.51:9000/' const ip = localStorage.getItem('localIp') const ips = ['http://192.168.31.217:9000/', 'http://192.168.31.51:9000/', 'http://121.37.12.51/'] host = ips[+ip] diff --git a/src/components/dialog/index.vue b/src/components/dialog/index.vue index 9639b39..4f9d2b5 100644 --- a/src/components/dialog/index.vue +++ b/src/components/dialog/index.vue @@ -65,6 +65,7 @@ diff --git a/src/pages/manage/list/foreignExchange/puchasing.vue b/src/pages/manage/list/foreignExchange/puchasing.vue index 59fb672..e38dbe9 100644 --- a/src/pages/manage/list/foreignExchange/puchasing.vue +++ b/src/pages/manage/list/foreignExchange/puchasing.vue @@ -23,7 +23,7 @@

请刷卡

-

可用余额:人民币 3,200,000.00

@@ -48,15 +48,15 @@ :key="item.itemId"> - - + +

请输入密码

- +
@@ -64,7 +64,7 @@ 提交 + :spare="false" @submitIt="submitForm2" :needAuth="needAuth" />