#修复人员点击bug

This commit is contained in:
Bob 2020-07-14 17:26:58 +08:00
parent 3cfdf90b24
commit c718792e76
2 changed files with 4 additions and 4 deletions

View File

@ -6083,8 +6083,8 @@ $(function () {
//-------------------------------------------------webscoket-------------------------------------------------------
function connect_websocket() {
console.log("6666");
var str = "ws://111.21.80.34:9004";
// var str = "ws://172.28.100.50:50332";
// var str = "ws://111.21.80.34:9004";
var str = "ws://172.28.100.50:50332";
// if (window.s) {

View File

@ -128,10 +128,10 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.1/howto/static-files/
STATIC_URL = '/static/'
STATIC_URL = 'static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "/static/"),
os.path.join(BASE_DIR, "static/"),
]
STATIC_ROOT = '/var/www/p3/linbei/static'