Bladeren bron

更改生产环境为http

ming 3 jaren geleden
bovenliggende
commit
e67b0113cd
3 gewijzigde bestanden met toevoegingen van 77 en 77 verwijderingen
  1. 3 3
      .env.production
  2. 73 73
      package.json
  3. 1 1
      src/views/systemManage/userManage/dialogComponent.vue

+ 3 - 3
.env.production

@@ -2,6 +2,6 @@
 NODE_ENV = 'production'
 VUE_APP_ENV = production
 // 下方链接为生产环境接口地址
-VUE_APP_BASE_URL='https://qhome-pro.usky.cn/uskypower/'
-VUE_APP_IMAGES='https://qhome-pro.usky.cn/uskyfile/'
-VUE_APP_FILE_URL='https://qhome-pro.usky.cn/uskyfile/'
+VUE_APP_BASE_URL='http://qhome-pro.usky.cn/uskypower/'
+VUE_APP_IMAGES='http://qhome-pro.usky.cn/uskyfile/'
+VUE_APP_FILE_URL='http://qhome-pro.usky.cn/uskyfile/'

+ 73 - 73
package.json

@@ -1,75 +1,75 @@
 {
-    "name": "vue-admin-beautiful-antdv",
-    "version": "1.0.0",
-    "private": true,
-    "scripts": {
-        "serve": "vue-cli-service serve",
-        "build": "vue-cli-service build",
-        "build:development": "vue-cli-service build --mode development",
-        "build:production": "vue-cli-service build --mode production",
-        "lint": "vue-cli-service lint",
-        "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
-        "use:npm": "nrm use npm",
-        "use:taobao": "nrm use taobao",
-        "update": "ncu -u --target greatest&&npm install --registry=https://registry.npm.taobao.org",
-        "deploy": "start ./deploy.sh"
-    },
-    "dependencies": {
-        "ant-design-vue": "2.0.0-rc.9",
-        "axios": "^0.21.1",
-        "clipboard": "^2.0.6",
-        "core-js": "^3.8.3",
-        "dayjs": "^1.10.4",
-        "default-passive-events": "^2.0.0",
-        "echarts": "^5.2.1",
-        "element-plus": "^1.1.0-beta.20",
-        "js-cookie": "^3.0.0-rc.1",
-        "mockjs": "^1.1.0",
-        "remixicon": "^2.5.0",
-        "video.js": "^7.17.0",
-        "videojs-contrib-hls": "^5.15.0",
-        "vue": "^3.2.18",
-        "vue-amap": "^0.5.10",
-        "vue-grid-layout": "^3.0.0-beta1",
-        "vue-router": "^4.0.3",
-        "vuex": "^4.0.0"
-    },
-    "devDependencies": {
-        "@vue/cli-plugin-babel": "^4.5.9",
-        "@vue/cli-service": "^4.5.9",
-        "@vue/compiler-sfc": "^3.0.5",
-        "@vue/eslint-config-prettier": "^6.0.0",
-        "babel-eslint": "^11.0.0-beta.2",
-        "body-parser": "^1.19.0",
-        "chalk": "^4.1.0",
-        "chokidar": "^3.5.1",
-        "eslint": "^8.17.0",
-        "eslint-plugin-prettier": "^3.3.1",
-        "eslint-plugin-vue": "^7.5.0",
-        "filemanager-webpack-plugin": "^3.1.0",
-        "image-webpack-loader": "^8.1.0",
-        "imagemin-gifsicle": "^2.0.0",
-        "less": "^4.1.1",
-        "less-loader": "^7.3.0",
-        "lint-staged": "^10.5.3",
-        "node-sass": "^4.14.1",
-        "prettier": "^2.2.1",
-        "sass": "^1.42.1",
-        "sass-loader": "^7.3.1",
-        "stylelint": "^13.9.0",
-        "stylelint-config-prettier": "^8.0.2",
-        "stylelint-config-recess-order": "^2.3.0",
-        "svg-sprite-loader": "^5.2.1",
-        "vab-config": "0.0.8",
-        "webpackbar": "^5.0.0-3"
-    },
-    "gitHooks": {
-        "pre-commit": "lint-staged"
-    },
-    "lint-staged": {
-        "*.{js,jsx,vue}": [
-            "vue-cli-service lint",
-            "git add"
-        ]
-    }
+  "name": "vue-admin-beautiful-antdv",
+  "version": "1.0.0",
+  "private": true,
+  "scripts": {
+    "serve": "vue-cli-service serve",
+    "build": "vue-cli-service build",
+    "build:development": "vue-cli-service build --mode development",
+    "build:production": "vue-cli-service build --mode production",
+    "lint": "vue-cli-service lint",
+    "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
+    "use:npm": "nrm use npm",
+    "use:taobao": "nrm use taobao",
+    "update": "ncu -u --target greatest&&npm install --registry=https://registry.npm.taobao.org",
+    "deploy": "start ./deploy.sh"
+  },
+  "dependencies": {
+    "ant-design-vue": "2.0.0-rc.9",
+    "axios": "^0.21.1",
+    "clipboard": "^2.0.6",
+    "core-js": "^3.8.3",
+    "dayjs": "^1.10.4",
+    "default-passive-events": "^2.0.0",
+    "echarts": "^5.2.1",
+    "element-plus": "^1.1.0-beta.20",
+    "js-cookie": "^3.0.0-rc.1",
+    "mockjs": "^1.1.0",
+    "remixicon": "^2.5.0",
+    "video.js": "^7.17.0",
+    "videojs-contrib-hls": "^5.15.0",
+    "vue": "^3.2.18",
+    "vue-amap": "^0.5.10",
+    "vue-grid-layout": "^3.0.0-beta1",
+    "vue-router": "^4.0.3",
+    "vuex": "^4.0.0"
+  },
+  "devDependencies": {
+    "@vue/cli-plugin-babel": "^4.5.9",
+    "@vue/cli-service": "^4.5.9",
+    "@vue/compiler-sfc": "^3.0.5",
+    "@vue/eslint-config-prettier": "^6.0.0",
+    "babel-eslint": "^11.0.0-beta.2",
+    "body-parser": "^1.19.0",
+    "chalk": "^4.1.0",
+    "chokidar": "^3.5.1",
+    "eslint": "^8.17.0",
+    "eslint-plugin-prettier": "^3.3.1",
+    "eslint-plugin-vue": "^7.5.0",
+    "filemanager-webpack-plugin": "^3.1.0",
+    "image-webpack-loader": "^8.1.0",
+    "imagemin-gifsicle": "^2.0.0",
+    "less": "^4.1.1",
+    "less-loader": "^7.3.0",
+    "lint-staged": "^10.5.3",
+    "node-sass": "^4.14.1",
+    "prettier": "^2.2.1",
+    "sass": "^1.42.1",
+    "sass-loader": "^7.3.1",
+    "stylelint": "^13.9.0",
+    "stylelint-config-prettier": "^8.0.2",
+    "stylelint-config-recess-order": "^2.3.0",
+    "svg-sprite-loader": "^5.2.1",
+    "vab-config": "0.0.8",
+    "webpackbar": "^5.0.0-3"
+  },
+  "gitHooks": {
+    "pre-commit": "lint-staged"
+  },
+  "lint-staged": {
+    "*.{js,jsx,vue}": [
+      "vue-cli-service lint",
+      "git add"
+    ]
+  }
 }

+ 1 - 1
src/views/systemManage/userManage/dialogComponent.vue

@@ -308,7 +308,7 @@ export default defineComponent({
           {
             min: 3,
             max: 6,
-            message: '长度在 3 到 6 个字符',
+            message: '长度在 6 到 25 个字符',
             trigger: 'blur',
           },
         ],