diff --git a/dist/index.html b/dist/index.html index 9d36f49..5d224d8 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,4 +1,4 @@ -寄托论坛
\ No newline at end of file + diff --git a/src/utils/request.js b/src/utils/request.js index 22727aa..2bb8470 100755 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -31,7 +31,7 @@ service.interceptors.request.use(config => { // config['headers']['authorization'] = "qj2q1qk1on0curclipghjtv5ja1g9eq2" // config['headers']['authorization'] = "661aiz52k5e6vqgmkxnz0wvbv8nciz8h" - if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg" + // if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg" return config }, error => { diff --git a/vue.config.js b/vue.config.js index 18fd738..162d463 100755 --- a/vue.config.js +++ b/vue.config.js @@ -11,7 +11,7 @@ module.exports = defineConfig({ configureWebpack: { plugins: [ new webpack.DefinePlugin({ - 'process.env.URL_ENV': "https://x-cloud-project.oss-cn-guangzhou.aliyuncs.com/forum" + // 'process.env.URL_ENV': "https://x-cloud-project.oss-cn-guangzhou.aliyuncs.com/forum" }) ] },