diff --git a/.env.development b/.env.development index dfaf2c7..8416491 100644 --- a/.env.development +++ b/.env.development @@ -12,8 +12,9 @@ VUE_APP_UPLOAD_PRIVATE_URL = '/api/oil-dict/imageHandler/uploadProtectedImg' VUE_APP_DOMAIN = '192.168.0.150:38080' # 开发环境,不会进行加密,会打印出数据 -VUE_APP_ENV = 'development' +VUE_APP_ENV = 'production' #production VUE_CLI_BABEL_TRANSPILE_MODULES = true +# http://192.168.1.86:9528/h5/#/home?token=0fbdf930-21b8-47f6-be6e-fc9c65045424 \ No newline at end of file diff --git a/public/index.html b/public/index.html index a97c730..b3adb6e 100644 --- a/public/index.html +++ b/public/index.html @@ -31,8 +31,8 @@ }) - + diff --git a/src/App.vue b/src/App.vue index 5bb4587..f5a53d4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,20 +1,26 @@ \ No newline at end of file +