Browse Source

feat:构建

xzh 4 năm trước cách đây
mục cha
commit
310510a47b

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

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

+ 2 - 2
pc/src/main.js

@@ -19,9 +19,9 @@ let router = require('./router').default
 
 
 Vue.prototype.$http = axios
 Vue.prototype.$http = axios
 // Vue.prototype.$serverName = 'http://192.168.0.10:8080/'
 // 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
 Vue.config.productionTip = false