xzh hace 4 años
padre
commit
310510a47b
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      mobile/src/pages/account/manage/myscene/style.scss
  2. 2 2
      pc/src/main.js

+ 1 - 1
mobile/src/pages/account/manage/myscene/style.scss

@@ -87,7 +87,7 @@
           background-color: #202020;
           border-radius: 50%;
           position: relative;
-          margin-left: 10px;
+          margin: 0px 10px;
           &::after,&::before{
             content: '';
             position: absolute;

+ 2 - 2
pc/src/main.js

@@ -19,9 +19,9 @@ let router = require('./router').default
 
 Vue.prototype.$http = axios
 // Vue.prototype.$serverName = 'http://192.168.0.10:8080/'
-// Vue.prototype.$serverName = 'https://www.4dkankan.com/'
+Vue.prototype.$serverName = 'https://www.4dkankan.com/'
 
-Vue.prototype.$serverName = 'https://test.4dkankan.com'
+// Vue.prototype.$serverName = 'https://test.4dkankan.com'
 
 Vue.config.productionTip = false