Commit 9810a377 authored by xiedong's avatar xiedong

修改

parent 732aea56
......@@ -11,8 +11,8 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/asset_monitor': {
target: 'http://47.52.169.49:4567', //正式
// target: 'http://172.16.100.22:46656', // 测试
// target: 'http://47.52.169.49:4567', //正式
target: 'http://172.16.100.22:46656', // 测试
// secure: false, // 如果是https接口,需要配置这个参数
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
pathRewrite: {
......
......@@ -66,7 +66,7 @@
<span>交易所</span>
<span>{{robotInfo.platform}}</span>
</p>
<p>
<p v-if="environment=='inside'">
<span>行情</span>
<span>{{ticketInfo.price}}{{robotDetailInfo.base}}</span>
<span class="cny">≈¥{{ticketInfo.value}}</span>
......
......@@ -534,6 +534,8 @@
}
ul.classify-overview {
height: 100px;
display:flex;
justify-content:space-between;
li {
cursor: pointer;
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment