Browse Source

达泽域名更改,/deep/改::v-deep

gcz 7 months ago
parent
commit
ff09447cf9
6 changed files with 9 additions and 9 deletions
  1. 1 1
      .env.production
  2. 2 2
      src/components/NavBar.vue
  3. 2 2
      src/views/Center.vue
  4. 1 1
      src/views/Home.vue
  5. 2 2
      src/views/Login.vue
  6. 1 1
      vue.config.js

+ 1 - 1
.env.production

@@ -3,4 +3,4 @@ NODE_ENV = production
 
 # 生产环境
 # 公司环境 VUE_APP_BASE_API = 'http://wx.dev.dazesoft.cn/veterans/teacher';http://api.veterans.dazesoft.cn;http://api.veterans.tyjrzyjyjd.com/teacher
-VUE_APP_BASE_API = 'http://api.veterans.dazesoft.cn/teacher'
+VUE_APP_BASE_API = 'https://api.veterans.dazesoft.cn/teacher'

+ 2 - 2
src/components/NavBar.vue

@@ -35,10 +35,10 @@ export default {
 <style scoped lang="scss">
 .nav-bar .van-nav-bar {
   background: $color-theme;
-  /deep/ .van-nav-bar__title {
+  ::v-deep .van-nav-bar__title {
     color: #fff;
   }
-  /deep/ .van-icon {
+  ::v-deep .van-icon {
     color: #fff;
   }
 }

+ 2 - 2
src/views/Center.vue

@@ -104,7 +104,7 @@ export default {
 <style lang="scss" scoped>
 .Center {
   background-color: #fff;
-  /deep/ .van-nav-bar {
+  ::v-deep .van-nav-bar {
     background: transparent;
   }
 }
@@ -131,7 +131,7 @@ export default {
   }
 }
 .cell-list {
-  /deep/ .van-icon {
+  ::v-deep .van-icon {
     color: #a5a5a5;
   }
 }

+ 1 - 1
src/views/Home.vue

@@ -161,7 +161,7 @@ export default {
       margin-right: 20px;
       width: 203px;
       height: 174px;
-      /deep/ img {
+      ::v-deep img {
         border-radius: 10px;
       }
     }

+ 2 - 2
src/views/Login.vue

@@ -155,10 +155,10 @@ export default {
     width: 100%;
     .field {
       background: transparent;
-      /deep/ .van-field__label {
+      ::v-deep .van-field__label {
         color: #afafaf;
       }
-      /deep/ .van-field__control {
+      ::v-deep .van-field__control {
         color: #fff;
         letter-spacing: 2px;
         font-size: 30px;

+ 1 - 1
vue.config.js

@@ -23,7 +23,7 @@ module.exports = {
   devServer: {
     proxy: {
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://wx.dev.dazesoft.cn/veterans/teacher`,
+        target: `https://wx.dev.dazesoft.cn/veterans/teacher`,
         // target: `http://172.16.90.110:7200/teacher`,
         changeOrigin: true,
         pathRewrite: {