You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
你好!
我是一名新手遇到了如下俩个问题:
1、我部署了管理后台,但我访问的时候总是在loading中
报错信息如下:
Uncaught SyntaxError: Unexpected token <
app.js?v=1547032961441:1 Uncaught SyntaxError: Unexpected token <
139.199.124.239/:14 Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://139.199.124.239:3000/build/assets/css/app.css?v=1547032961441".
2、另外我还有一个问题是
[root@VM_0_2_centos m-mall-admin-master]# cat config.js
export default {
secret: '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ',
mongo: {
development: {
connectionString: 'mongodb://127.0.0.1:27017/mall'
},
其中secret是什么?这个是从哪里获取的呢。望解答,谢谢。
The text was updated successfully, but these errors were encountered: