diff --git a/.env.development b/.env.development index aac66f2..a41a8ef 100644 --- a/.env.development +++ b/.env.development @@ -2,10 +2,7 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'https://syy.xunyingcloud.cn' -# VUE_APP_BASE_API = 'http://121.37.139.13:8080' -#VUE_APP_BASE_API = 'http://localhost:20010/' - +VUE_APP_BASE_API = 'https://0511syy.cn' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. # It only does one thing by converting all import() to require(). diff --git a/.env.production b/.env.production index 6c96f3b..ddfda02 100644 --- a/.env.production +++ b/.env.production @@ -2,5 +2,5 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'https://syy.xunyingcloud.cn' +VUE_APP_BASE_API = 'https://0511syy.cn' diff --git a/src/components/uploadPicture/index.vue b/src/components/uploadPicture/index.vue index c134f11..65b0832 100644 --- a/src/components/uploadPicture/index.vue +++ b/src/components/uploadPicture/index.vue @@ -1,4 +1,4 @@ -